This commit is contained in:
2020-03-01 20:54:44 +01:00
commit 10cc523dad
3 changed files with 51 additions and 0 deletions

10
project.janet Normal file
View File

@@ -0,0 +1,10 @@
(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"])