summaryrefslogtreecommitdiff
path: root/intarweb.egg
blob: 36e3aec3388c5c92541dbf3e4e61439400dbca04 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; -*- Scheme -*-
((synopsis "A more convenient HTTP library")
 (author "Peter Bex")
 (category web)
 (license "BSD")
 (dependencies srfi-1 srfi-13 srfi-14 defstruct uri-common base64)
 (test-dependencies test srfi-18)
 (components (extension intarweb
                        (csc-options "-O3" "-d0")
                        (source-dependencies "intarweb.scm"
                                             "header-parsers.scm"))))