Files
kanon/project.janet
2020-03-02 11:07:07 +01:00

12 lines
307 B
Janet

(declare-project
:name "κανών"
:author "Veit Heller"
:license "WTFPL"
:url "https://github.com/hellerve/kanon"
:repo "git+https://github.com/hellerve/kanon.git"
:dependencies ["https://github.com/andrewchambers/janet-unify"])
(declare-source
:name "kanon"
:source ["kanon.janet"])