diff options
author | Piotr Szarmanski | 2023-08-04 19:39:32 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2023-08-04 19:39:32 +0200 |
commit | 1aa5acda7cbbfa00a6b4cde56c6963fa684f391b (patch) | |
tree | 96e3399e1673ad80db5027121804786889e62688 /extra/http/eris-http-client.asd | |
parent | 6b3457b35cbcea4e28d3482263a36ae6db39fc8f (diff) |
New HTTP backend.
Diffstat (limited to 'extra/http/eris-http-client.asd')
-rw-r--r-- | extra/http/eris-http-client.asd | 8 |
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"))) |