7 lines
294 B
Janet
7 lines
294 B
Janet
(declare-project
|
|
:name "arnes.space"
|
|
:description "a library that does things" # some example metadata.
|
|
|
|
# Optional urls to git repositories that contain required artifacts.
|
|
:dependencies ["https://git.sr.ht/~subsetpark/bagatto"
|
|
"https://github.com/swlkr/janet-html"])
|