janet/examples/numarray/project.janet

8 lines
150 B
Plaintext
Raw Normal View History

2020-05-24 09:25:52 +00:00
(declare-project
:name "numarray"
:description "Example c lib with abstract type")
(declare-native
:name "numarray"
:source @["numarray.c"])