Add project.janet for numarray

This commit is contained in:
Leaf Garland 2020-05-24 21:25:52 +12:00
parent b6fdaaac41
commit 466d9b31ce
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
(declare-project
:name "numarray"
:description "Example c lib with abstract type")
(declare-native
:name "numarray"
:source @["numarray.c"])