summaryrefslogtreecommitdiff
path: root/http-client.egg
blob: f447c8cc31bf44b386e98db266cf728163f34f39 (plain)
1
2
3
4
5
6
7
8
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"))))