;; -*- Hen -*- ((egg "uri-generic.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "uri-generic.setup" "uri-generic.scm" "uri-generic.meta" "tests/run.scm") ; Your egg's license: (license "BSD") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category web) ; A list of eggs uri-generic depends on. (needs matchable defstruct) (test-depends test) (doc-from-wiki) (author "Ivan Raikov") (synopsis "URI generic syntax (RFC 3986) parsing and manipulation."))