;;;; -*- Hen -*- ((egg "flsim.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "flsim.scm" "sml-lib" "runge-kutta.scm" "flsim.setup" "flsim.meta" "tests") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category code-generation) ; A list of eggs flsim depends on. (needs numbers mathh datatype) (author "Ivan Raikov") (synopsis "Definition and code generators for a simple applicative language for numerical simulation."))