mirror of
https://github.com/janet-lang/janet
synced 2024-11-06 00:36:17 +00:00
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
|
(declare-project
|
||
|
:name "numarray"
|
||
|
:description "Example c lib with abstract type")
|
||
|
|
||
|
(declare-native
|
||
|
:name "numarray"
|
||
|
:source @["numarray.c"])
|