(declare-project :name "date" :description "C99 date library for Janet" :author "Chloe Kudryavtsev " :license "Unlicense" :repo "https://github.com/CosmicToast/janet-date.git") (declare-source :source ["date"]) (declare-native :name "date/native" :headers ["src/polyfill.h" "src/date.h"] :source ["src/main.c" "src/polyfill.c" "src/time.c" "src/tm.c" "src/util.c"])