12 lines
307 B
Janet
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"])
|