2019-05-24 01:07:56 -05:00
|
|
|
(defsystem "cl-ipfs-api2"
|
2020-08-27 10:46:58 -05:00
|
|
|
:version "0.51"
|
2021-01-10 11:01:44 -06:00
|
|
|
:license "LGPLv3"
|
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")))
|