;; -*- Hen -*- ((egg "uri-common.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "uri-common.setup" "uri-common.meta" "uri-common.scm" "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. (depends (uri-generic 2.3) defstruct matchable) (test-depends test) (doc-from-wiki) (author "Peter Bex") (synopsis "Parser for common URI schemes"))