;; -*- Hen -*- ((egg "internet-timestamp.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "internet-timestamp.scm" "internet-timestamp.meta" "rfc3339.txt" "internet-timestamp.setup" "tests/run.scm") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category parsing) ; A list of eggs internet-timestamp depends on. (needs abnf typeclass) (test-depends test) (doc-from-wiki) (author "Ivan Raikov") (synopsis "Parser combinators for internet timestamps (RFC 3339)."))