Last change
on this file since 25514 was
25514,
checked in by Ivan Raikov, 9 years ago
|
9ML-toolkit: support for lsode solver in octave
|
File size:
1006 bytes
|
Line | |
---|
1 | ;;;; -*- Hen -*- |
---|
2 | |
---|
3 | ((egg "9ML-toolkit.egg") ; This should never change |
---|
4 | |
---|
5 | ; List here all the files that should be bundled as part of your egg. |
---|
6 | |
---|
7 | (files "9ML-toolkit.setup" "9ML-toolkit.meta" |
---|
8 | "NineML.l" "NineML.grm" "expr.grm" "NineMLparse.scm" "expr-parser.scm" |
---|
9 | "NineMLcore.scm" "NineMLdiagram.scm" "NineMLsignal.scm" "NineMLinterval.scm" "NineMLgraph.scm" "NineMLivp.scm" |
---|
10 | "repr.scm" "SXML.scm" "SXML-to-XML.scm" "shell.scm" "report.scm" |
---|
11 | "ivp-chicken.scm" "ivp-mlton.scm" "ivp-octave-mlton.scm" "ivp.scm" |
---|
12 | "examples") |
---|
13 | |
---|
14 | |
---|
15 | ; Your egg's license: |
---|
16 | |
---|
17 | (license "GPL-3") |
---|
18 | |
---|
19 | ; Pick one from the list of categories (see below) for your egg and |
---|
20 | ; enter it here. |
---|
21 | |
---|
22 | (category tools) |
---|
23 | |
---|
24 | ; A list of eggs 9ML-toolkit depends on. |
---|
25 | |
---|
26 | (needs matchable datatype static-modules (miniML 1.4) (getopt-long 1.8) |
---|
27 | uri-generic ssax sxml-transforms sxpath object-graph format-graph |
---|
28 | mathh silex lalr setup-helper (signal-diagram 2.1) ) |
---|
29 | |
---|
30 | (author "Ivan Raikov") |
---|
31 | |
---|
32 | (synopsis "A set of tools to support the NineML language.")) |
---|
Note: See
TracBrowser
for help on using the repository browser.