summaryrefslogtreecommitdiff
path: root/http-client.egg
diff options
context:
space:
mode:
Diffstat (limited to 'http-client.egg')
-rw-r--r--http-client.egg9
1 files changed, 9 insertions, 0 deletions
diff --git a/http-client.egg b/http-client.egg
new file mode 100644
index 0000000..f447c8c
--- /dev/null
+++ b/http-client.egg
@@ -0,0 +1,9 @@
+;; -*- Scheme -*-
+((synopsis "High-level HTTP client library")
+ (author "Peter Bex")
+ (category net)
+ (license "BSD")
+ (dependencies intarweb uri-common simple-md5 sendfile
+ srfi-1 srfi-13 srfi-18 srfi-69)
+ (test-dependencies test)
+ (components (extension http-client (csc-options "-O3"))))