;;;; -*- Hen -*- ((egg "iexpr.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "iexpr.scm" "iexpr.meta" "iexpr.l" "iexpr.grm" "tests" "iexpr.setup") ; 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 iexpr depends on. (needs make datatype silex (lalr 2.4.2) ) (test-depends test) (author "Ivan Raikov") (synopsis "Parser for I-expressions (SRFI-49)."))