;;;; -*- Hen -*- ((egg "signal-diagram.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "expr-utils.scm" "signal-diagram.scm" "signal-diagram-dynamics.scm" "signal-diagram.meta" "signal-diagram.setup" "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 signal-diagram depends on. (needs mathh datatype (flsim 1.7)) (author "Ivan Raikov") (synopsis "Signal function combinators."))