;; -*- Hen -*- ((egg "abnf.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "abnf.setup" "abnf-consumers.scm" "abnf.meta" "abnf-charlist.scm" "abnf.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 abnf depends on. (needs utf8 typeclass input-classes suffix-tree (lexgen 7.0) ) ;; (test-depends test) (author "Ivan Raikov") (synopsis "Parser combinators for Augmented BNF grammars (RFC 4234)."))