1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-14 01:16:48 +00:00

Add project.janet for numarray

This commit is contained in:
Leaf Garland 2020-05-24 21:25:52 +12:00
parent b6fdaaac41
commit 466d9b31ce

View File

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