mirror of
https://github.com/janet-lang/janet
synced 2026-06-05 12:12:20 +00:00
Add project.janet for numarray
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
(declare-project
|
||||
:name "numarray"
|
||||
:description "Example c lib with abstract type")
|
||||
|
||||
(declare-native
|
||||
:name "numarray"
|
||||
:source @["numarray.c"])
|
||||
Reference in New Issue
Block a user