;; -*- Hen -*- ((egg "lexgen.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "lexgen.meta" "lexgen.scm" "lexgen.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 lexgen depends on. (needs typeclass input-classes ) (test-depends test datatype ) (doc-from-wiki) (author "Ivan Raikov") (synopsis "Lexer combinators."))