summaryrefslogtreecommitdiff
path: root/extra/http/eris-http-client.asd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/http/eris-http-client.asd')
-rw-r--r--extra/http/eris-http-client.asd8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/http/eris-http-client.asd b/extra/http/eris-http-client.asd
new file mode 100644
index 0000000..7adecbb
--- /dev/null
+++ b/extra/http/eris-http-client.asd
@@ -0,0 +1,8 @@
+(defsystem "eris-http-client"
+ :name "eris-http-client"
+ :author "mail@ykonai.net"
+ :license "LGPLv3 or later"
+ :depends-on ("ironclad" "alexandria" "serapeum" "dexador" "eris")
+ :serial t
+ :components ((:file "package-client")
+ (:file "client")))