; -*- Hen -*- ((egg "nemo.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "nemo.meta" "nemo-ionch.scm" "extensions/nemo-hh.scm" "nemo-core.scm" "expr.grm" "nemo.setup" "nemo-macros.scm" "expr-parser.scm" "examples/hh-superstrate.nemo" "examples/hh-substrate.nemo" "examples/carelli05_run.m" "examples/AKP06/OFF_ON_OFF_protocol.hoc" "examples/AKP06/AKP06.nemo" "examples/AKP06/Makefile" "examples/AKP06/morphology_mechanisms.hoc" "examples/AKP06/mosinit.hoc" "examples/AKP06/OFF_ON_OFF.ses" "examples/carelli05.ses" "examples/hh_run.m" "examples/carelli05.nemo" "nemo.scm" "nemo-nmodl.scm" "nemo-utils.scm" "stx-engine.scm" "SXML.scm" "make-bundle.sh" "SXML-to-XML.scm" "nemo-eggdoc.scm" "nemo-matlab.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 nemo depends on. (needs eggdoc matchable sxml-transforms ssax sxpath datatype vector-lib environments digraph graph-bfs graph-cycles mathh strictly-pretty varsubst lalr getopt-long) (eggdoc "nemo-eggdoc.scm") (author "Ivan Raikov") (synopsis "Neuron model description language."))