Files
kanon/project.janet
2020-03-01 20:54:44 +01:00

11 lines
241 B
Janet

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