Line | |
---|
1 | ; -*- Hen -*- |
---|
2 | |
---|
3 | ((egg "nemo.egg") ; This should never change |
---|
4 | |
---|
5 | ; List here all the files that should be bundled as part of your egg. |
---|
6 | |
---|
7 | (files "core.scm" "nemo-macros.scm" "nmodl.scm" "SSAX.scm" |
---|
8 | "stx-macros.scm" "SXML.scm" "SXML-to-XML.scm" |
---|
9 | "nemo.scm" "extensions" "nemo.setup" |
---|
10 | ) |
---|
11 | |
---|
12 | ; Your egg's license: |
---|
13 | |
---|
14 | (license "GPL-3") |
---|
15 | |
---|
16 | ; Pick one from the list of categories (see below) for your egg and |
---|
17 | ; enter it here. |
---|
18 | |
---|
19 | (category tools) |
---|
20 | |
---|
21 | ; A list of eggs nemo depends on. |
---|
22 | |
---|
23 | (needs syntax-case matchable args sxml-transforms sxml-tools |
---|
24 | datatype vector-lib environments digraph graph-bfs graph-cycles |
---|
25 | mathh strictly-pretty runcmd varsubst ) |
---|
26 | |
---|
27 | (eggdoc "nemo-eggdoc.scm") |
---|
28 | |
---|
29 | (author "Ivan Raikov") |
---|
30 | |
---|
31 | (synopsis "Neuron model description language.")) |
---|
Note: See
TracBrowser
for help on using the repository browser.