;; -*- Hen -*- ((egg "csv.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "rfc4180.txt" "csv.meta" "csv.scm" "csv.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 csv depends on. (needs regex abnf typeclass) (test-depends test) (doc-from-wiki) (author "Ivan Raikov") (synopsis "Parsing and formatting of comma-separated values (CSV)."))