blob: 25759c1019e69345b508f1597e3dcfcf208328b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(declare-project
:name "date"
:description "C99 date library for Janet"
:author "Chloe Kudryavtsev <toast@bunkerlabs.net>"
:license "Unlicense"
:repo "https://github.com/CosmicToast/janet-date.git")
(declare-source
:source ["date"])
(declare-native
:name "date/native"
:source ["date.c"])
|