1
0
mirror of https://github.com/janet-lang/janet synced 2026-05-11 07:52:17 +00:00
Files
janet/examples/numarray/project.janet
T
2020-05-24 21:25:52 +12:00

8 lines
150 B
Janet

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