8 lines
253 B
Common Lisp
Executable File
8 lines
253 B
Common Lisp
Executable File
(defsystem "ipfs-gno"
|
|
:version "0.1"
|
|
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
|
:license "Cooperative Software License"
|
|
:depends-on ("drakma" "yason" "arnesi")
|
|
:components ((:file "package")
|
|
(:file "main")))
|