2019-05-24 01:07:56 -05:00
|
|
|
(defsystem "cl-ipfs-api2"
|
2019-06-19 15:17:52 -05:00
|
|
|
:version "0.5"
|
|
|
|
:license "GPLv3"
|
2019-05-22 01:00:40 -05:00
|
|
|
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
2019-06-19 15:17:52 -05:00
|
|
|
:description "Bindings for the IPFS HTTP API."
|
2019-06-18 02:39:35 -05:00
|
|
|
:depends-on (:drakma :yason :arnesi :uiop)
|
2019-05-22 01:00:40 -05:00
|
|
|
:components ((:file "package")
|
|
|
|
(:file "main")))
|