;;;; -*- Hen -*- ((egg "salt.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "salt.scm" "salt.meta" "parser.scm" "env.scm" "expr.grm" "examples") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category data) ; A list of eggs salt depends on. (needs make mathh lalr datatype matchable datatype unitconv fmt) (author "Ivan Raikov") (synopsis "Hybrid dynamical systems modeling."))