;; -*- Hen -*- ((egg "json-abnf.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "json-abnf.setup" "json-abnf.scm" "json-abnf.meta" "rfc4627.txt" "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 sjson depends on. (needs (abnf 3.0) ) (test-depends test) (doc-from-wiki) (author "Ivan Raikov") (synopsis "Parser combinators for JavaScript Object Notation (JSON)."))