Changeset 23255 in project
- Timestamp:
-
03/25/11 15:05:18
(10 years ago)
- Author:
- Moritz Heidkamp
- Message:
-
update (almost) all eggs' meta files to include a complete (files ...) entry for compatibility with THE SYSTEM
- Location:
- release/4
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r19573
|
r23255
|
|
6 | 6 | (depends defstruct matchable miscmacros) |
7 | 7 | (license "BSD") |
8 | | (files "3viewer.scm" "3viewer.setup" "tests")) |
| 8 | (files "3viewer.scm" "3viewer.setup" "3viewer.meta" "tests/run.scm")) |
-
r19674
|
r23255
|
|
7 | 7 | (depends defstruct matchable miscmacros opengl glut) |
8 | 8 | (license "BSD") |
9 | | (files "3viewer.scm" "3viewer.setup" "tests")) |
| 9 | (files "3viewer.scm" "3viewer.setup" "3viewer.meta" "tests/run.scm")) |
-
r19674
|
r23255
|
|
7 | 7 | (depends defstruct matchable miscmacros opengl glut) |
8 | 8 | (license "BSD") |
9 | | (files "3viewer.scm" "3viewer.setup" "tests")) |
| 9 | (files "3viewer.scm" "3viewer.setup" "3viewer.release-info" "3viewer.meta" "tests/run.scm")) |
-
r22162
|
r23255
|
|
7 | 7 | ; List here all the files that should be bundled as part of your egg. |
8 | 8 | |
9 | | (files "NineMLcore.scm" "NineMLsignal.scm" "NineMLinterval.scm" "NineMLdiagram.scm" "NineMLgraph.scm" "NineMLivp.scm" |
10 | | "NineMLparse.scm" "NineML.l" "NineML.grm" "expr.grm" "expr-parser.scm" |
11 | | "NineMLrepr.scm" |
12 | | "report.scm" "ivp.scm" "shell.scm" |
13 | | "SXML.scm" "SXML-to-XML.scm" |
14 | | "9ML-toolkit.setup" "examples") |
| 9 | (files "NineMLdiagram.scm" "NineML.grm" "NineMLsignal.scm" "NineMLinterval.scm" "9ML-toolkit.release-info" "expr.grm" "NineMLparse.scm" "expr-parser.scm" "examples/TestMorrisLecar81.9ML" "examples/TestExcInhNetwork.9ML" "examples/Izhikevich03.9ML" "examples/LeakyIAF.9ML" "examples/MorrisLecar81.9ML" "examples/TestLeakyIAF.9ML" "examples/ExcInhNetwork.9ML" "examples/Diagram.9ML" "examples/TestIzhikevich03.9ML" "examples/Destexhe94.9ML" "examples/highlight.css" "9ML-toolkit.setup" "NineML.l" "NineMLivp.scm" "NineMLgraph.scm" "NineMLrepr.scm" "NineMLcore.scm" "9ML-toolkit.meta" "SXML.scm" "shell.scm" "SXML-to-XML.scm" "report.scm" "ivp.scm") |
15 | 10 | |
16 | 11 | |
-
r11180
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (doc-from-wiki) |
8 | | (files "9p-lolevel.scm" "9p-client.scm" "9p.setup" "9p.html")) |
| 8 | (files "9p-client.scm" "9p-lolevel.scm" "9p.meta" "9p.setup")) |
-
r11180
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (doc-from-wiki) |
8 | | (files "9p-lolevel.scm" "9p-client.scm" "9p.setup" "9p.html")) |
| 8 | (files "9p-client.scm" "9p-lolevel.scm" "9p.meta" "9p.setup")) |
-
r11180
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (doc-from-wiki) |
8 | | (files "9p-lolevel.scm" "9p-client.scm" "9p.setup" "9p.html")) |
| 8 | (files "9p-client.scm" "9p-lolevel.scm" "9p.meta" "9p.setup")) |
-
r11180
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (doc-from-wiki) |
8 | | (files "9p-lolevel.scm" "9p-client.scm" "9p.setup" "9p.html")) |
| 8 | (files "9p.release-info" "9p-client.scm" "9p-lolevel.scm" "9p.meta" "9p.setup")) |
-
r15941
|
r23255
|
|
8 | 8 | (synopsis "Shift/Reset Control Operators.") |
9 | 9 | (needs setup-helper datatype) |
10 | | (files |
11 | | "tests" |
12 | | "F-operator.setup" |
13 | | "range.scm" |
14 | | "reflect-reify.scm" |
15 | | "shift-reset.scm" |
16 | | "bshift-breset.scm" |
17 | | "gshift-greset.scm") ) |
| 10 | (files "bshift-breset.scm" "F-operator.meta" "F-operator.setup" "shift-reset.scm" "gshift-greset.scm" "reflect-reify.scm" "tests/run.scm" "delimited-control.scm" "range.scm") ) |
-
r15979
|
r23255
|
|
8 | 8 | (synopsis "Shift/Reset Control Operators.") |
9 | 9 | (needs setup-helper miscmacros datatype) |
10 | | (files |
11 | | "tests" |
12 | | "F-operator.setup" |
13 | | "range.scm" |
14 | | "reflect-reify.scm" |
15 | | "shift-reset.scm" |
16 | | "bshift-breset.scm" |
17 | | "gshift-greset.scm") ) |
| 10 | (files "bshift-breset.scm" "F-operator.meta" "F-operator.setup" "shift-reset.scm" "gshift-greset.scm" "reflect-reify.scm" "tests/run.scm" "delimited-control.scm" "range.scm") ) |
-
r16039
|
r23255
|
|
8 | 8 | (synopsis "Shift/Reset Control Operators.") |
9 | 9 | (needs setup-helper miscmacros datatype box) |
10 | | (files |
11 | | "tests" |
12 | | "F-operator.setup" |
13 | | "range.scm" |
14 | | "reflect-reify.scm" |
15 | | "shift-reset.scm" |
16 | | "bshift-breset.scm" |
17 | | "gshift-greset.scm") ) |
| 10 | (files "bshift-breset.scm" "F-operator.meta" "F-operator.setup" "shift-reset.scm" "gshift-greset.scm" "reflect-reify.scm" "tests/run.scm" "delimited-control.scm" "range.scm") ) |
-
r17425
|
r23255
|
|
9 | 9 | (needs setup-helper miscmacros datatype box) |
10 | 10 | (test-depends test) |
11 | | (files |
12 | | "tests" |
13 | | "F-operator.setup" |
14 | | "range.scm" |
15 | | "reflect-reify.scm" |
16 | | "shift-reset.scm" |
17 | | "bshift-breset.scm" |
18 | | "gshift-greset.scm") ) |
| 11 | (files "bshift-breset.scm" "F-operator.meta" "F-operator.setup" "shift-reset.scm" "gshift-greset.scm" "reflect-reify.scm" "tests/run.scm" "delimited-control.scm" "range.scm") ) |
-
r20290
|
r23255
|
|
13 | 13 | (box "2.2.3")) |
14 | 14 | (test-depends test) |
15 | | (files |
16 | | "tests" |
17 | | "F-operator.setup" |
18 | | "range.scm" |
19 | | "reflect-reify.scm" |
20 | | "shift-reset.scm" |
21 | | "bshift-breset.scm" |
22 | | "gshift-greset.scm") ) |
| 15 | (files "bshift-breset.scm" "F-operator.meta" "F-operator.setup" "shift-reset.scm" "gshift-greset.scm" "reflect-reify.scm" "tests/run.scm" "F-operator.release-info" "delimited-control.scm" "range.scm") ) |
-
r18617
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "abnf.setup" "abnf.scm" "abnf-consumers.scm" "abnf.html" ) |
| 7 | (files "abnf.setup" "abnf-consumers.scm" "abnf.meta" "abnf.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r18835
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "abnf.setup" "abnf.scm" "abnf-charlist.scm" "abnf-consumers.scm" "abnf.html" ) |
| 7 | (files "abnf.setup" "abnf-consumers.scm" "abnf.meta" "abnf-charlist.scm" "abnf.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r18977
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "abnf.setup" "abnf.scm" "abnf-charlist.scm" "abnf-consumers.scm" "abnf.html" ) |
| 7 | (files "abnf.setup" "abnf-consumers.scm" "abnf.meta" "abnf-charlist.scm" "abnf.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r18976
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "abnf.setup" "abnf.scm" "abnf-charlist.scm" "abnf-consumers.scm" "abnf.html" ) |
| 7 | (files "abnf.setup" "abnf-consumers.scm" "abnf.meta" "abnf-charlist.scm" "abnf.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r18976
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "abnf.setup" "abnf.scm" "abnf-charlist.scm" "abnf-consumers.scm" "abnf.html" ) |
| 7 | (files "abnf.setup" "abnf-consumers.scm" "abnf.meta" "abnf-charlist.scm" "abnf.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r20329
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "abnf.setup" "abnf.scm" "abnf-charlist.scm" "abnf-consumers.scm" "abnf.html" ) |
| 7 | (files "abnf.setup" "abnf-consumers.scm" "abnf.meta" "abnf-charlist.scm" "abnf.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r22943
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "abnf.setup" "abnf.scm" "abnf-charlist.scm" "abnf-consumers.scm" "abnf.html" ) |
| 7 | (files "abnf.setup" "abnf-consumers.scm" "abnf.meta" "abnf-charlist.scm" "abnf.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r22942
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "abnf.setup" "abnf.scm" "abnf-charlist.scm" "abnf-consumers.scm" "abnf.html" ) |
| 7 | (files "abnf.release-info" "abnf.setup" "abnf-consumers.scm" "abnf.meta" "abnf-charlist.scm" "abnf.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r20412
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category data) |
8 | | (test-depends test)) |
| 8 | (test-depends test) |
| 9 | (files "accents-substitute-utf8.scm" "accents-substitute-latin1.scm" "accents-substitute.meta" "tests/input.latin1" "tests/run.scm" "tests/test-utf8.scm" "tests/test-latin1.scm" "tests/input.utf8" "accents-substitute.setup")) |
-
r20735
|
r23255
|
|
7 | 7 | (category data) |
8 | 8 | (depends regex) |
9 | | (test-depends test)) |
| 9 | (test-depends test) |
| 10 | (files "accents-substitute-utf8.scm" "accents-substitute-latin1.scm" "accents-substitute.meta" "tests/input.latin1" "tests/run.scm" "tests/test-utf8.scm" "tests/test-latin1.scm" "tests/input.utf8" "accents-substitute.setup")) |
-
r20734
|
r23255
|
|
7 | 7 | (category data) |
8 | 8 | (depends regex) |
9 | | (test-depends test)) |
| 9 | (test-depends test) |
| 10 | (files "accents-substitute-utf8.scm" "accents-substitute-latin1.scm" "accents-substitute.meta" "tests/input.latin1" "tests/run.scm" "tests/test-utf8.scm" "tests/test-latin1.scm" "tests/input.utf8" "accents-substitute.setup")) |
-
r20734
|
r23255
|
|
7 | 7 | (category data) |
8 | 8 | (depends regex) |
9 | | (test-depends test)) |
| 9 | (test-depends test) |
| 10 | (files "accents-substitute-utf8.scm" "accents-substitute-latin1.scm" "accents-substitute.meta" "accents-substitute.release-info" "tests/input.latin1" "tests/run.scm" "tests/test-utf8.scm" "tests/test-latin1.scm" "tests/input.utf8" "accents-substitute.setup")) |
-
r16070
|
r23255
|
|
8 | 8 | (doc-from-wiki) |
9 | 9 | (test-depends test) |
10 | | (files "advice.setup" "advice.scm" "tests") |
| 10 | (files "advice.scm" "advice.meta" "tests/run.scm" "advice.setup") |
11 | 11 | ) |
-
r16070
|
r23255
|
|
8 | 8 | (doc-from-wiki) |
9 | 9 | (test-depends test) |
10 | | (files "advice.setup" "advice.scm" "tests") |
| 10 | (files "advice.scm" "advice.release-info" "advice.meta" "tests/run.scm" "advice.setup") |
11 | 11 | ) |
-
r16949
|
r23255
|
|
1 | 1 | ((egg "aes.egg") |
2 | | (files "aes.scm" "aes.html" "aes.setup") |
| 2 | (files "test/run.scm" "aes.setup" "aes.scm" "aes.meta") |
3 | 3 | (doc-from-wiki) |
4 | 4 | (documentation "aes.html") |
-
r16949
|
r23255
|
|
1 | 1 | ((egg "aes.egg") |
2 | | (files "aes.scm" "aes.html" "aes.setup") |
| 2 | (files "test/run.scm" "aes.setup" "aes.release-info" "aes.scm" "aes.meta") |
3 | 3 | (doc-from-wiki) |
4 | 4 | (documentation "aes.html") |
-
r17899
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "agrep.setup" "agrep.scm" "engine.scm" "skeleton.h" "tests" ) |
| 7 | (files "agrep.setup" "agrep.scm" "skeleton.h" "engine.scm" "agrep.meta" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r17899
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "agrep.setup" "agrep.scm" "engine.scm" "skeleton.h" "tests" ) |
| 7 | (files "agrep.setup" "agrep.scm" "skeleton.h" "engine.scm" "agrep.meta" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r17899
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "agrep.setup" "agrep.scm" "engine.scm" "skeleton.h" "tests" ) |
| 7 | (files "agrep.setup" "agrep.scm" "agrep.release-info" "skeleton.h" "engine.scm" "agrep.meta" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r13804
|
r23255
|
|
8 | 8 | (synopsis "The non-deterministic backtracking ambivalence operator") |
9 | 9 | (needs setup-helper) |
10 | | (files |
11 | | "amb-dwelling.scm" |
12 | | "amb-money.scm" |
13 | | "amb-kalotan.scm" |
14 | | "tests" |
15 | | "amb.scm" |
16 | | "amb-extras.scm" |
17 | | "amb.setup") ) |
| 10 | (files "amb.setup" "amb.scm" "amb-dwelling.scm" "amb-extras.scm" "amb-money.scm" "amb-kalotan.scm" "amb.meta" "tests/run.scm") ) |
-
r14210
|
r23255
|
|
8 | 8 | (synopsis "The non-deterministic backtracking ambivalence operator") |
9 | 9 | (needs miscmacros check-errors setup-helper) |
10 | | (files |
11 | | "amb-dwelling.scm" |
12 | | "amb-money.scm" |
13 | | "amb-kalotan.scm" |
14 | | "tests" |
15 | | "amb.scm" |
16 | | "amb-extras.scm" |
17 | | "amb.setup") ) |
| 10 | (files "amb.setup" "amb.scm" "amb-dwelling.scm" "amb-extras.scm" "amb-money.scm" "amb-kalotan.scm" "amb.meta" "tests/run.scm") ) |
-
r14208
|
r23255
|
|
8 | 8 | (synopsis "The non-deterministic backtracking ambivalence operator") |
9 | 9 | (needs miscmacros check-errors setup-helper) |
10 | | (files |
11 | | "amb-dwelling.scm" |
12 | | "amb-money.scm" |
13 | | "amb-kalotan.scm" |
14 | | "tests" |
15 | | "amb.scm" |
16 | | "amb-extras.scm" |
17 | | "amb.setup") ) |
| 10 | (files "amb.setup" "amb.scm" "amb-dwelling.scm" "amb-extras.scm" "amb-money.scm" "amb-kalotan.scm" "amb.meta" "tests/run.scm") ) |
-
r17419
|
r23255
|
|
9 | 9 | (needs setup-helper miscmacros check-errors) |
10 | 10 | (test-depends test) |
11 | | (files |
12 | | "amb-dwelling.scm" |
13 | | "amb-money.scm" |
14 | | "amb-kalotan.scm" |
15 | | "tests" |
16 | | "amb.scm" |
17 | | "amb-extras.scm" |
18 | | "amb.setup") ) |
| 11 | (files "amb.setup" "amb.scm" "amb-dwelling.scm" "amb-extras.scm" "amb-money.scm" "amb-kalotan.scm" "amb.meta" "tests/run.scm") ) |
-
r19899
|
r23255
|
|
9 | 9 | (needs setup-helper miscmacros check-errors condition-utils) |
10 | 10 | (test-depends test) |
11 | | (files |
12 | | "amb-dwelling.scm" |
13 | | "amb-money.scm" |
14 | | "amb-kalotan.scm" |
15 | | "tests" |
16 | | "amb.scm" |
17 | | "amb-extras.scm" |
18 | | "amb.setup") ) |
| 11 | (files "amb.setup" "amb.scm" "amb-dwelling.scm" "amb-extras.scm" "amb-money.scm" "amb-kalotan.scm" "amb.meta" "tests/run.scm") ) |
-
r21294
|
r23255
|
|
13 | 13 | (condition-utils "1.12.0")) |
14 | 14 | (test-depends test) |
15 | | (files |
16 | | "amb-pythagorean.scm" |
17 | | "amb-sat-solve.scm" |
18 | | "amb-dwelling.scm" |
19 | | "amb-money.scm" |
20 | | "amb-kalotan.scm" |
21 | | "tests" |
22 | | "amb.scm" |
23 | | "amb-extras.scm" |
24 | | "amb.setup") ) |
| 15 | (files "amb.setup" "amb.scm" "amb-dwelling.scm" "amb.release-info" "amb-pythagorean.scm" "amb-extras.scm" "amb-money.scm" "amb-kalotan.scm" "amb-sat-solve.scm" "amb.meta" "tests/run.scm") ) |
-
r19922
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category io) |
8 | | (files "ansi-escape-sequences.scm" "ansi-escape-sequences.setup" "ansi-escape-sequences.html")) |
| 8 | (files "ansi-escape-sequences.meta" "ansi-escape-sequences.scm" "ansi-escape-sequences.setup" "tests/tests.scm")) |
-
r19927
|
r23255
|
|
5 | 5 | (author "<a href=\"http://wiki.call-cc.org/users/mario-domenech-goulart\">Mario Domenech Goulart</a>") |
6 | 6 | (license "BSD") |
7 | | (category io)) |
| 7 | (category io) |
| 8 | (files "ansi-escape-sequences.meta" "ansi-escape-sequences.scm" "ansi-escape-sequences.setup" "ansi-escape-sequences.release-info" "tests/tests.scm")) |
-
r13821
|
r23255
|
|
8 | 8 | (synopsis "Chicken apropos") |
9 | 9 | (needs setup-helper) |
10 | | (files |
11 | | "tests" |
12 | | "apropos.scm" |
13 | | "apropos.setup") ) |
| 10 | (files "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r14211
|
r23255
|
|
8 | 8 | (synopsis "Chicken apropos") |
9 | 9 | (needs check-errors setup-helper) |
10 | | (files |
11 | | "tests" |
12 | | "apropos.scm" |
13 | | "apropos.setup") ) |
| 10 | (files "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r14211
|
r23255
|
|
8 | 8 | (synopsis "Chicken apropos") |
9 | 9 | (needs check-errors setup-helper) |
10 | | (files |
11 | | "tests" |
12 | | "apropos.scm" |
13 | | "apropos.setup") ) |
| 10 | (files "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r14211
|
r23255
|
|
8 | 8 | (synopsis "Chicken apropos") |
9 | 9 | (needs check-errors setup-helper) |
10 | | (files |
11 | | "tests" |
12 | | "apropos.scm" |
13 | | "apropos.setup") ) |
| 10 | (files "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r17422
|
r23255
|
|
9 | 9 | (needs setup-helper check-errors) |
10 | 10 | (test-depends test) |
11 | | (files |
12 | | "tests" |
13 | | "apropos.scm" |
14 | | "apropos.setup") ) |
| 11 | (files "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r17422
|
r23255
|
|
9 | 9 | (needs setup-helper check-errors) |
10 | 10 | (test-depends test) |
11 | | (files |
12 | | "tests" |
13 | | "apropos.scm" |
14 | | "apropos.setup") ) |
| 11 | (files "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r17422
|
r23255
|
|
9 | 9 | (needs setup-helper check-errors) |
10 | 10 | (test-depends test) |
11 | | (files |
12 | | "tests" |
13 | | "apropos.scm" |
14 | | "apropos.setup") ) |
| 11 | (files "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r19576
|
r23255
|
|
9 | 9 | (needs setup-helper string-utils symbol-utils check-errors) |
10 | 10 | (test-depends test) |
11 | | (files |
12 | | "tests" |
13 | | "apropos.scm" |
14 | | "apropos.setup") ) |
| 11 | (files "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r21914
|
r23255
|
|
15 | 15 | (check-errors "1.9.0")) |
16 | 16 | (test-depends test environments) |
17 | | (files |
18 | | "tests" |
19 | | "apropos.scm" |
20 | | "apropos.setup") ) |
| 17 | (files "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r21914
|
r23255
|
|
15 | 15 | (check-errors "1.9.0")) |
16 | 16 | (test-depends test environments) |
17 | | (files |
18 | | "tests" |
19 | | "apropos.scm" |
20 | | "apropos.setup") ) |
| 17 | (files "apropos.release-info" "apropos.setup" "apropos.scm" "tests/run.scm" "apropos.meta") ) |
-
r17554
|
r23255
|
|
9 | 9 | (license "BSD") |
10 | 10 | (category misc) |
11 | | (files "args.scm" "args.setup" "args.html")) |
| 11 | (files "args.setup" "args-examples.scm" "args.scm" "args.meta")) |
-
r17554
|
r23255
|
|
9 | 9 | (license "BSD") |
10 | 10 | (category misc) |
11 | | (files "args.scm" "args.setup" "args.html")) |
| 11 | (files "args.release-info" "args.setup" "args-examples.scm" "args.scm" "args.meta")) |
-
r14625
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "atlas-lapack.scm" "atlas-lapack-eggdoc.scm" "atlas-lapack.setup") |
| 7 | (files "atlas-lapack-eggdoc.scm" "atlas-lapack.setup" "atlas-lapack.meta" "atlas-lapack.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r19728
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "atlas-lapack.scm" "atlas-lapack.setup") |
| 7 | (files "atlas-lapack.setup" "atlas-lapack.meta" "atlas-lapack.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r19725
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "atlas-lapack.scm" "atlas-lapack.setup") |
| 7 | (files "atlas-lapack.setup" "atlas-lapack.meta" "atlas-lapack.release-info" "atlas-lapack.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r19061
|
r23255
|
|
6 | 6 | (synopsis "Atom 1.0 feed reader and writer") |
7 | 7 | (needs matchable ssax (sxml-serializer 0.2)) |
8 | | (category xml)) |
| 8 | (category xml) |
| 9 | (files "atom.meta" "tests/spec-brief.scm" "tests/spec-extensive.scm" "atom.scm" "atom.setup")) |
-
r22018
|
r23255
|
|
6 | 6 | (synopsis "Atom 1.0 feed reader and writer") |
7 | 7 | (needs matchable ssax (sxml-serializer 0.2) regex) |
8 | | (category xml)) |
| 8 | (category xml) |
| 9 | (files "atom.meta" "tests/spec-brief.scm" "tests/spec-extensive.scm" "atom.scm" "atom.setup")) |
-
r22018
|
r23255
|
|
6 | 6 | (synopsis "Atom 1.0 feed reader and writer") |
7 | 7 | (needs matchable ssax (sxml-serializer 0.2) regex) |
8 | | (category xml)) |
| 8 | (category xml) |
| 9 | (files "atom.meta" "atom.release-info" "tests/spec-brief.scm" "tests/spec-extensive.scm" "atom.scm" "atom.setup")) |
-
r16287
|
r23255
|
|
5 | 5 | (author "felix winkelmann") |
6 | 6 | (license "public domain") |
7 | | (files "autocompile.scm" "autocompile.setup")) |
| 7 | (files "chicken-scheme.scm" "autocompile.setup" "autocompile.meta")) |
-
r16292
|
r23255
|
|
6 | 6 | (author "felix winkelmann") |
7 | 7 | (license "public domain") |
8 | | (files "autocompile.scm" "autocompile.setup")) |
| 8 | (files "chicken-scheme.scm" "autocompile.setup" "autocompile.meta")) |
-
r16299
|
r23255
|
|
7 | 7 | (license "public domain") |
8 | 8 | (needs matchable) |
9 | | (files "autocompile.scm" "autocompile.setup")) |
| 9 | (files "chicken-scheme.scm" "autocompile.setup" "autocompile.meta")) |
-
r16299
|
r23255
|
|
7 | 7 | (license "public domain") |
8 | 8 | (needs matchable) |
9 | | (files "autocompile.scm" "autocompile.setup")) |
| 9 | (files "chicken-scheme.scm" "autocompile.setup" "autocompile.meta")) |
-
r16299
|
r23255
|
|
7 | 7 | (license "public domain") |
8 | 8 | (needs matchable) |
9 | | (files "autocompile.scm" "autocompile.setup")) |
| 9 | (files "chicken-scheme.scm" "autocompile.setup" "autocompile.meta")) |
-
r16299
|
r23255
|
|
7 | 7 | (license "public domain") |
8 | 8 | (needs matchable) |
9 | | (files "autocompile.scm" "autocompile.setup")) |
| 9 | (files "chicken-scheme.scm" "autocompile.setup" "autocompile.meta")) |
-
r20695
|
r23255
|
|
7 | 7 | (license "public domain") |
8 | 8 | (needs matchable regex) |
9 | | (files "autocompile.scm" "autocompile.setup")) |
| 9 | (files "chicken-scheme.scm" "autocompile.setup" "autocompile.meta")) |
-
r20695
|
r23255
|
|
7 | 7 | (license "public domain") |
8 | 8 | (needs matchable regex) |
9 | | (files "autocompile.scm" "autocompile.setup")) |
| 9 | (files "chicken-scheme.scm" "autocompile.setup" "autocompile.meta")) |
-
r20695
|
r23255
|
|
7 | 7 | (license "public domain") |
8 | 8 | (needs matchable regex) |
9 | | (files "autocompile.scm" "autocompile.setup")) |
| 9 | (files "chicken-scheme.scm" "autocompile.setup" "autocompile.release-info" "autocompile.meta")) |
-
r19507
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends autoform) |
9 | | (files "autoform-jquery.scm" "autoform-jquery.setup" "autoform-jquery.html")) |
| 9 | (files "autoform-jquery.setup" "autoform-jquery.meta" "autoform-jquery.scm")) |
-
r19927
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (depends autoform)) |
| 8 | (depends autoform) |
| 9 | (files "autoform-jquery.setup" "autoform-jquery.meta" "autoform-jquery.release-info" "autoform-jquery.scm")) |
-
r19918
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends autoform postgresql) |
9 | | (files "autoform-postgresql.scm" "autoform-postgresql.setup" "autoform-postgresql.html")) |
| 9 | (files "autoform-postgresql.meta" "autoform-postgresql.scm" "autoform-postgresql.setup")) |
-
r19927
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (depends autoform postgresql)) |
| 8 | (depends autoform postgresql) |
| 9 | (files "autoform-postgresql.meta" "autoform-postgresql.scm" "autoform-postgresql.setup")) |
-
r19927
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (depends autoform postgresql)) |
| 8 | (depends autoform postgresql) |
| 9 | (files "autoform-postgresql.meta" "autoform-postgresql.scm" "autoform-postgresql.release-info" "autoform-postgresql.setup")) |
-
r19505
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (needs sql-null html-tags html-utils spiffy-request-vars) |
9 | | (files "autoform.scm" "autoform.setup" "autoform.html")) |
| 9 | (files "autoform.setup" "autoform.meta" "autoform.scm")) |
-
r19927
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (needs sql-null html-tags html-utils spiffy-request-vars)) |
| 8 | (needs sql-null html-tags html-utils spiffy-request-vars) |
| 9 | (files "autoform.setup" "autoform.meta" "autoform.scm" "autoform.release-info")) |
-
r20027
|
r23255
|
|
7 | 7 | (author "Alex Shinn") |
8 | 8 | (doc-from-wiki) |
9 | | (files "autoload.scm" "autoload.setup")) |
| 9 | (files "autoload.meta" "autoload.scm" "autoload.setup")) |
-
r20027
|
r23255
|
|
7 | 7 | (author "Alex Shinn") |
8 | 8 | (doc-from-wiki) |
9 | | (files "autoload.scm" "autoload.setup")) |
| 9 | (files "autoload.meta" "autoload.scm" "autoload.release-info" "autoload.setup")) |
-
r18295
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (awful "0.10") postgresql) |
9 | | (files "awful-postgresql.scm" "awful-postgresql.setup" "awful-postgresql.html")) |
| 9 | (files "awful-postgresql.scm" "awful-postgresql.meta" "awful-postgresql.setup")) |
10 | 10 | |
-
r18294
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (awful "0.10") postgresql) |
9 | | (files "awful-postgresql.scm" "awful-postgresql.setup" "awful-postgresql.html")) |
| 9 | (files "awful-postgresql.scm" "awful-postgresql.meta" "awful-postgresql.setup")) |
10 | 10 | |
-
r19927
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (depends (awful "0.10") postgresql)) |
| 8 | (depends (awful "0.10") postgresql) |
| 9 | (files "awful-postgresql.release-info" "awful-postgresql.scm" "awful-postgresql.meta" "awful-postgresql.setup")) |
9 | 10 | |
-
r18291
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (awful "0.10") sql-de-lite) |
9 | | (files "awful-sql-de-lite.scm" "awful-sql-de-lite.setup" "awful-sql-de-lite.html")) |
| 9 | (files "awful-sql-de-lite.meta" "awful-sql-de-lite.scm" "awful-sql-de-lite.setup")) |
-
r18290
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (awful "0.10") sql-de-lite) |
9 | | (files "awful-sql-de-lite.scm" "awful-sql-de-lite.setup" "awful-sql-de-lite.html")) |
| 9 | (files "awful-sql-de-lite.meta" "awful-sql-de-lite.scm" "awful-sql-de-lite.setup")) |
-
r19927
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (depends (awful "0.10") sql-de-lite)) |
| 8 | (depends (awful "0.10") sql-de-lite) |
| 9 | (files "awful-sql-de-lite.release-info" "awful-sql-de-lite.meta" "awful-sql-de-lite.scm" "awful-sql-de-lite.setup")) |
-
r18299
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (awful "0.10") sqlite3) |
9 | | (files "awful-sqlite3.scm" "awful-sqlite3.setup" "awful-sqlite3.html")) |
| 9 | (files "awful-sqlite3.scm" "awful-sqlite3.setup" "awful-sqlite3.meta")) |
-
r18298
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (awful "0.10") sqlite3) |
9 | | (files "awful-sqlite3.scm" "awful-sqlite3.setup" "awful-sqlite3.html")) |
| 9 | (files "awful-sqlite3.scm" "awful-sqlite3.setup" "awful-sqlite3.meta")) |
-
r19927
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (depends (awful "0.10") sqlite3)) |
| 8 | (depends (awful "0.10") sqlite3) |
| 9 | (files "awful-sqlite3.scm" "awful-sqlite3.setup" "awful-sqlite3.release-info" "awful-sqlite3.meta")) |
-
r22643
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (depends (awful "0.28") (openssl "1.5.1") spiffy)) |
| 8 | (depends (awful "0.28") (openssl "1.5.1") spiffy) |
| 9 | (files "awful-ssl.meta" "awful-ssl.scm" "awful-ssl.setup")) |
-
r22642
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (depends (awful "0.28") (openssl "1.5.1") spiffy)) |
| 8 | (depends (awful "0.28") (openssl "1.5.1") spiffy) |
| 9 | (files "awful-ssl.release-info" "awful-ssl.meta" "awful-ssl.scm" "awful-ssl.setup")) |
-
r22753
|
r23255
|
|
16 | 16 | sxml-transforms) |
17 | 17 | (test-depends http-client |
18 | | test)) |
| 18 | test) |
| 19 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/ajax-increment.scm" "tests/client.scm" "tests/session-inspector.scm" "tests/db-sql-de-lite.scm" "tests/redir.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r17509
|
r23255
|
|
8 | 8 | (depends spiffy miscmacros spiffy-request-vars |
9 | 9 | html-tags html-utils (http-session 2.0) jsmin) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/arc-challenge.scm" "tests/db-sql-de-lite.scm" "tests/basic-login.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r18029
|
r23255
|
|
8 | 8 | (depends spiffy miscmacros (spiffy-request-vars 0.7) |
9 | 9 | html-tags html-utils (http-session 2.0) jsmin) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/arc-challenge.scm" "tests/db-sql-de-lite.scm" "tests/basic-login.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r18039
|
r23255
|
|
8 | 8 | (depends spiffy miscmacros (spiffy-request-vars 0.7) |
9 | 9 | html-tags html-utils (http-session 2.0) jsmin) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/arc-challenge.scm" "tests/db-sql-de-lite.scm" "tests/basic-login.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r18028
|
r23255
|
|
8 | 8 | (depends spiffy miscmacros (spiffy-request-vars 0.7) |
9 | 9 | html-tags html-utils (http-session 2.0) jsmin) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/arc-challenge.scm" "tests/db-sql-de-lite.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r18145
|
r23255
|
|
8 | 8 | (depends spiffy (spiffy-request-vars 0.8) |
9 | 9 | html-tags html-utils (http-session 2.0) jsmin) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/arc-challenge.scm" "tests/db-sql-de-lite.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r18324
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends spiffy (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.0)) |
9 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 9 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/arc-challenge.scm" "tests/db-sql-de-lite.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r18538
|
r23255
|
|
8 | 8 | (depends spiffy (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.0) json) |
9 | 9 | (test-depends http-client test) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/client.scm" "tests/db-sql-de-lite.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm" "awful.wiki")) |
-
r18610
|
r23255
|
|
8 | 8 | (depends (spiffy 4.2) (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.0) json spiffy-cookies) |
9 | 9 | (test-depends http-client test) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/client.scm" "tests/session-inspector.scm" "tests/db-sql-de-lite.scm" "tests/redir.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm" "awful.wiki")) |
-
r18610
|
r23255
|
|
8 | 8 | (depends (spiffy 4.2) (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.0) json spiffy-cookies) |
9 | 9 | (test-depends http-client test) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "extra/awful-debian-init" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/client.scm" "tests/session-inspector.scm" "tests/db-sql-de-lite.scm" "tests/redir.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm" "awful.wiki")) |
-
r18610
|
r23255
|
|
8 | 8 | (depends (spiffy 4.2) (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.0) json spiffy-cookies) |
9 | 9 | (test-depends http-client test) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "extra/awful-debian-init" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/client.scm" "tests/session-inspector.scm" "tests/db-sql-de-lite.scm" "tests/redir.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm" "awful.wiki")) |
-
r20687
|
r23255
|
|
8 | 8 | (depends (spiffy 4.2) (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.0) json spiffy-cookies regex) |
9 | 9 | (test-depends http-client test) |
10 | | (files "awful.scm" "awful.setup" "awful.html" "awful-server.scm")) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "extra/awful-debian-init" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/client.scm" "tests/session-inspector.scm" "tests/db-sql-de-lite.scm" "tests/redir.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm" "awful.wiki")) |
-
r22255
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (spiffy 4.11) (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.4) json spiffy-cookies regex) |
9 | | (test-depends http-client test)) |
| 9 | (test-depends http-client test) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/ajax-increment.scm" "tests/client.scm" "tests/session-inspector.scm" "tests/db-sql-de-lite.scm" "tests/redir.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r22255
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (spiffy 4.11) (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.4) json spiffy-cookies regex) |
9 | | (test-depends http-client test)) |
| 9 | (test-depends http-client test) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/ajax-increment.scm" "tests/client.scm" "tests/session-inspector.scm" "tests/db-sql-de-lite.scm" "tests/redir.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r22255
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (spiffy 4.11) (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.4) json spiffy-cookies regex) |
9 | | (test-depends http-client test)) |
| 9 | (test-depends http-client test) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/ajax-increment.scm" "tests/client.scm" "tests/session-inspector.scm" "tests/db-sql-de-lite.scm" "tests/redir.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r22255
|
r23255
|
|
7 | 7 | (category web) |
8 | 8 | (depends (spiffy 4.11) (spiffy-request-vars 0.8) html-tags html-utils (http-session 2.4) json spiffy-cookies regex) |
9 | | (test-depends http-client test)) |
| 9 | (test-depends http-client test) |
| 10 | (files "awful.setup" "awful.meta" "awful-server.scm" "awful.release-info" "awful.scm" "tests/README" "tests/session-page.scm" "tests/update-targets.scm" "tests/arc-challenge.scm" "tests/server.scm" "tests/ajax-increment.scm" "tests/client.scm" "tests/session-inspector.scm" "tests/db-sql-de-lite.scm" "tests/redir.scm" "tests/basic-login.scm" "tests/reload.scm" "tests/ajax.scm" "tests/db-sqlite.scm" "tests/conf.scm" "tests/access-control.scm" "tests/js-compression.scm" "tests/web-repl.scm")) |
-
r18264
|
r23255
|
|
7 | 7 | (author |
8 | 8 | "Olin Shivers, adapted to CHICKEN by [[felix winkelmann]]") |
9 | | (files "awk.setup" "awk.scm" "tests")) |
| 9 | (files "awk.meta" "awk.setup" "awk.scm" "tests/max-linelength.scm" "tests/strip-blank.scm" "tests/sort-passwd.scm" "tests/run.scm" "tests/count-lines.scm")) |
-
r20691
|
r23255
|
|
8 | 8 | (author |
9 | 9 | "Olin Shivers, adapted to CHICKEN by [[felix winkelmann]]") |
10 | | (files "awk.setup" "awk.scm" "tests")) |
| 10 | (files "awk.meta" "awk.setup" "awk.scm" "tests/max-linelength.scm" "tests/strip-blank.scm" "tests/sort-passwd.scm" "tests/run.scm" "tests/count-lines.scm")) |
-
r22987
|
r23255
|
|
8 | 8 | (test-depends test) |
9 | 9 | (author "Olin Shivers, adapted to CHICKEN by [[felix winkelmann]]") |
10 | | (files "awk.setup" "awk.scm" "tests")) |
| 10 | (files "awk.meta" "awk.setup" "awk.scm" "tests/max-linelength.scm" "tests/strip-blank.scm" "tests/sort-passwd.scm" "tests/run.scm" "tests/count-lines.scm")) |
11 | 11 | |
-
r22986
|
r23255
|
|
8 | 8 | (test-depends test) |
9 | 9 | (author "Olin Shivers, adapted to CHICKEN by [[felix winkelmann]]") |
10 | | (files "awk.setup" "awk.scm" "tests")) |
| 10 | (files "awk.meta" "awk.setup" "awk.scm" "tests/max-linelength.scm" "tests/strip-blank.scm" "tests/sort-passwd.scm" "tests/run.scm" "tests/count-lines.scm" "awk.release-info")) |
11 | 11 | |
-
r18802
|
r23255
|
|
1 | 1 | ((egg "banterpixra.egg") |
2 | | (files "banterpixra.scm" "banterpixra.svg") |
| 2 | (files "banterpixra.scm" "sexpr.ruleset" "LICENCE.txt" "lojban.ruleset" "README.txt" "VERSION.txt" "banterpixra.ruleset" "banterpixra.meta" "banterpixra.svg" "single.rule" "banterpixra.setup") |
3 | 3 | (license "BSD") |
4 | 4 | (category graphics) |
-
r18802
|
r23255
|
|
1 | 1 | ((egg "banterpixra.egg") |
2 | | (files "banterpixra.scm" "banterpixra.svg") |
| 2 | (files "banterpixra.scm" "sexpr.ruleset" "LICENCE.txt" "lojban.ruleset" "README.txt" "VERSION.txt" "banterpixra.ruleset" "banterpixra.meta" "banterpixra.svg" "single.rule" "banterpixra.release-info" "banterpixra.setup") |
3 | 3 | (license "BSD") |
4 | 4 | (category graphics) |
-
r10017
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (doc-from-wiki) |
8 | | (files "base64.setup" "base64.scm" "base64.html") |
| 8 | (files "base64.setup" "base64.scm" "base64.meta") |
9 | 9 | (author "James Bailey") ) |
10 | 10 | |
-
r14246
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (doc-from-wiki) |
8 | | (files "base64.setup" "base64.scm" "base64.html") |
| 8 | (files "base64.setup" "base64.scm" "base64-test.scm" "base64.meta") |
9 | 9 | (author "James Bailey, Jim Ursetto")) |
10 | 10 | |
-
r14246
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (doc-from-wiki) |
8 | | (files "base64.setup" "base64.scm" "base64.html") |
| 8 | (files "base64.setup" "base64.scm" "base64-test.scm" "base64.meta") |
9 | 9 | (author "James Bailey, Jim Ursetto")) |
10 | 10 | |
-
r14246
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (doc-from-wiki) |
8 | | (files "base64.setup" "base64.scm" "base64.html") |
| 8 | (files "base64.setup" "base64.scm" "base64-test.scm" "base64.meta") |
9 | 9 | (author "James Bailey, Jim Ursetto")) |
10 | 10 | |
-
r21181
|
r23255
|
|
7 | 7 | (doc-from-wiki) |
8 | 8 | (test-depends "test") |
9 | | (files "base64.setup" "base64.scm") |
| 9 | (files "base64.setup" "base64.scm" "base64.meta" "tests/run.scm") |
10 | 10 | (author "James Bailey, Jim Ursetto")) |
11 | 11 | |
-
r21181
|
r23255
|
|
7 | 7 | (doc-from-wiki) |
8 | 8 | (test-depends "test") |
9 | | (files "base64.setup" "base64.scm") |
| 9 | (files "base64.setup" "base64.scm" "base64.meta" "tests/run.scm") |
10 | 10 | (author "James Bailey, Jim Ursetto")) |
11 | 11 | |
-
r21181
|
r23255
|
|
7 | 7 | (doc-from-wiki) |
8 | 8 | (test-depends "test") |
9 | | (files "base64.setup" "base64.scm") |
| 9 | (files "base64.setup" "base64.scm" "base64.release-info" "base64.meta" "tests/run.scm") |
10 | 10 | (author "James Bailey, Jim Ursetto")) |
11 | 11 | |
-
r17972
|
r23255
|
|
7 | 7 | (doc-from-wiki) |
8 | 8 | (author "felix winkelmann") |
9 | | (files "bb.setup" "bb-support.cpp" "bb.h" "bb.scm" "Table.h" "Table.cxx")) |
| 9 | (files "bb.setup" "bb.h" "bb.scm" "bb-support.cpp" "bb.meta" "Table.h" "tests/simple-test.scm" "tests/notes.scm" "tests/shell.scm" "tests/event-handlers.scm" "Table.cxx")) |
-
r17972
|
r23255
|
|
7 | 7 | (doc-from-wiki) |
8 | 8 | (author "felix winkelmann") |
9 | | (files "bb.setup" "bb-support.cpp" "bb.h" "bb.scm" "Table.h" "Table.cxx")) |
| 9 | (files "bb.setup" "bb.h" "bb.scm" "bb-support.cpp" "bb.meta" "Table.h" "tests/simple-test.scm" "tests/notes.scm" "tests/shell.scm" "tests/event-handlers.scm" "Table.cxx")) |
-
r17972
|
r23255
|
|
7 | 7 | (doc-from-wiki) |
8 | 8 | (author "felix winkelmann") |
9 | | (files "bb.setup" "bb-support.cpp" "bb.h" "bb.scm" "Table.h" "Table.cxx")) |
| 9 | (files "bb.setup" "bb.h" "bb.scm" "bb-support.cpp" "bb.meta" "bb.release-info" "Table.h" "tests/simple-test.scm" "tests/notes.scm" "tests/shell.scm" "tests/event-handlers.scm" "Table.cxx")) |
-
r16493
|
r23255
|
|
6 | 6 | (category misc) |
7 | 7 | (depends (chicken "4.2.6")) |
8 | | (files "big-chicken.scm" "big-chicken.setup" "tests")) |
| 8 | (files "big-chicken.scm" "big-chicken.meta" "big-chicken.setup" "tests/run.scm")) |
-
r16493
|
r23255
|
|
6 | 6 | (category misc) |
7 | 7 | (depends (chicken "4.2.6")) |
8 | | (files "big-chicken.scm" "big-chicken.setup" "tests")) |
| 8 | (files "big-chicken.scm" "big-chicken.meta" "big-chicken.setup" "tests/run.scm")) |
-
r16493
|
r23255
|
|
6 | 6 | (category misc) |
7 | 7 | (depends (chicken "4.2.6")) |
8 | | (files "big-chicken.scm" "big-chicken.setup" "tests")) |
| 8 | (files "big-chicken.scm" "big-chicken.meta" "big-chicken.setup" "tests/run.scm")) |
-
r20692
|
r23255
|
|
6 | 6 | (category misc) |
7 | 7 | (depends (chicken "4.2.6") regex) |
8 | | (files "big-chicken.scm" "big-chicken.setup" "tests")) |
| 8 | (files "big-chicken.scm" "big-chicken.meta" "big-chicken.setup" "tests/run.scm")) |
-
r20692
|
r23255
|
|
6 | 6 | (category misc) |
7 | 7 | (depends (chicken "4.2.6") regex) |
8 | | (files "big-chicken.scm" "big-chicken.setup" "tests")) |
| 8 | (files "big-chicken.scm" "big-chicken.meta" "big-chicken.setup" "big-chicken.release-info" "tests/run.scm")) |
-
r15409
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "binary-heap.scm" "binary-heap-eggdoc.scm" "binary-heap.setup" "tests") |
| 7 | (files "binary-heap.setup" "binary-heap-eggdoc.scm" "binary-heap.scm" "binary-heap.meta" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r20169
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "binary-heap.scm" "binary-heap.setup" "tests") |
| 7 | (files "binary-heap.setup" "binary-heap.scm" "binary-heap.meta" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r20168
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "binary-heap.scm" "binary-heap.setup" "tests") |
| 7 | (files "binary-heap.setup" "binary-heap.scm" "binary-heap.meta" "tests/run.scm" "binary-heap.release-info") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r17552
|
r23255
|
|
5 | 5 | (doc-from-wiki) |
6 | 6 | (synopsis "Reading variable number of bits from a sequential input stream") |
7 | | (files "binary-parse.scm" "binary-parse.setup" "binary-parse.html") |
| 7 | (files "binary-parse.setup" "binary-parse.scm" "binary-parse.meta" "binary-parse-base.scm" "big-binary-parse.scm") |
8 | 8 | (category io)) |
-
r17552
|
r23255
|
|
5 | 5 | (doc-from-wiki) |
6 | 6 | (synopsis "Reading variable number of bits from a sequential input stream") |
7 | | (files "binary-parse.scm" "binary-parse.setup" "binary-parse.html") |
| 7 | (files "binary-parse.setup" "binary-parse.scm" "binary-parse.meta" "binary-parse-base.scm" "big-binary-parse.scm") |
8 | 8 | (category io)) |
-
r17552
|
r23255
|
|
5 | 5 | (doc-from-wiki) |
6 | 6 | (synopsis "Reading variable number of bits from a sequential input stream") |
7 | | (files "binary-parse.scm" "binary-parse.setup" "binary-parse.html") |
| 7 | (files "binary-parse.setup" "binary-parse.scm" "binary-parse.meta" "binary-parse-base.scm" "binary-parse.release-info" "big-binary-parse.scm") |
8 | 8 | (category io)) |
-
r18751
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r18751
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r18751
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r18751
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r18751
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r18751
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r21412
|
r23255
|
|
7 | 7 | (doc-from-wiki #t) |
8 | 8 | (author "[[felix winkelmann]]") |
9 | | (files "bind.scm" |
10 | | "bind-translator.scm" |
11 | | "chicken-bind.scm" |
12 | | "c.l" |
13 | | "tests" |
14 | | "runsilex.scm" |
15 | | "bind.setup")) |
| 9 | (files "bind-translator.scm" "bind.release-info" "bind.scm" "bind.meta" "cplusplus-object.scm" "c.l" "bind.setup" "runsilex.scm" "tests/cplusplus-test.scm" "tests/run.scm" "tests/tests.scm" "chicken-bind.scm")) |
16 | 10 | |
-
r14621
|
r23255
|
|
17 | 17 | (maintainer "Ivan Raikov") |
18 | 18 | |
19 | | (files "blas.setup" "blas.scm" "blas-eggdoc.scm")) |
| 19 | (files "blas.setup" "blas-eggdoc.scm" "blas.meta" "blas.scm" "tests/run.scm")) |
-
r19737
|
r23255
|
|
17 | 17 | (maintainer "Ivan Raikov") |
18 | 18 | |
19 | | (files "blas.setup" "blas.scm" )) |
| 19 | (files "blas.setup" "blas.meta" "blas.scm" "tests/run.scm")) |
-
r19735
|
r23255
|
|
17 | 17 | (maintainer "Ivan Raikov") |
18 | 18 | |
19 | | (files "blas.setup" "blas.scm" )) |
| 19 | (files "blas.setup" "blas.meta" "blas.scm" "tests/run.scm")) |
-
r19735
|
r23255
|
|
17 | 17 | (maintainer "Ivan Raikov") |
18 | 18 | |
19 | | (files "blas.setup" "blas.scm" )) |
| 19 | (files "blas.release-info" "blas.setup" "blas.meta" "blas.scm" "tests/run.scm")) |
-
r16484
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "blob-record.setup" "blob-record.scm" "tests" "blob-record.html" ) |
| 7 | (files "blob-record.setup" "blob-record.meta" "tests/run.scm" "blob-record.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16481
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "blob-record.setup" "blob-record.scm" "tests" "blob-record.html" ) |
| 7 | (files "blob-record.setup" "blob-record.meta" "blob-record.release-info" "tests/run.scm" "blob-record.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r19852
|
r23255
|
|
11 | 11 | check-errors record-variants mathh) |
12 | 12 | (test-depends test) |
13 | | (files |
14 | | "tests" |
15 | | "bloom-filter.scm" |
16 | | "bloom-filter.setup")) |
| 13 | (files "bloom-filter.meta" "bloom-filter.setup" "bloom-filter.scm" "tests/bloom-filter-word-list.txt" "tests/run.scm")) |
-
r21913
|
r23255
|
|
17 | 17 | (mathh "2.2.0")) |
18 | 18 | (test-depends test sha1 md5 sha2) |
19 | | (files |
20 | | "tests" |
21 | | "bloom-filter.scm" |
22 | | "bloom-filter.setup")) |
| 19 | (files "bloom-filter.meta" "bloom-filter.setup" "bloom-filter.scm" "tests/bloom-filter-word-list.txt" "tests/run.scm")) |
-
r21913
|
r23255
|
|
17 | 17 | (mathh "2.2.0")) |
18 | 18 | (test-depends test sha1 md5 sha2) |
19 | | (files |
20 | | "tests" |
21 | | "bloom-filter.scm" |
22 | | "bloom-filter.setup")) |
| 19 | (files "bloom-filter.meta" "bloom-filter.setup" "bloom-filter.scm" "tests/bloom-filter-word-list.txt" "tests/run.scm")) |
-
r21913
|
r23255
|
|
17 | 17 | (mathh "2.2.0")) |
18 | 18 | (test-depends test sha1 md5 sha2) |
19 | | (files |
20 | | "tests" |
21 | | "bloom-filter.scm" |
22 | | "bloom-filter.setup")) |
| 19 | (files "bloom-filter.meta" "bloom-filter.setup" "bloom-filter.scm" "tests/bloom-filter-word-list.txt" "tests/run.scm")) |
-
r22567
|
r23255
|
|
15 | 15 | (record-variants "0.5")) |
16 | 16 | (test-depends test sha1 md5 sha2) |
17 | | (files |
18 | | "tests" |
19 | | "bloom-filter.scm" |
20 | | "bloom-filter.setup")) |
| 17 | (files "bloom-filter.meta" "bloom-filter.setup" "bloom-filter.scm" "tests/bloom-filter-word-list.txt" "tests/run.scm")) |
-
r22567
|
r23255
|
|
15 | 15 | (record-variants "0.5")) |
16 | 16 | (test-depends test sha1 md5 sha2) |
17 | | (files |
18 | | "tests" |
19 | | "bloom-filter.scm" |
20 | | "bloom-filter.setup")) |
| 17 | (files "bloom-filter.meta" "bloom-filter.setup" "bloom-filter.scm" "bloom-filter.release-info" "tests/bloom-filter-word-list.txt" "tests/run.scm")) |
-
r13616
|
r23255
|
|
8 | 8 | (author "[[kon lovett]]") |
9 | 9 | (needs setup-helper) |
10 | | (files |
11 | | "chicken-primitive-object-inlines.scm" |
12 | | "tests" |
13 | | "box.scm" |
14 | | "box.setup")) |
| 10 | (files "box.meta" "box.setup" "chicken-primitive-object-inlines.scm" "box.scm" "tests/run.scm")) |
-
r13616
|
r23255
|
|
8 | 8 | (author "[[kon lovett]]") |
9 | 9 | (needs setup-helper) |
10 | | (files |
11 | | "chicken-primitive-object-inlines.scm" |
12 | | "tests" |
13 | | "box.scm" |
14 | | "box.setup")) |
| 10 | (files "box.meta" "box.setup" "chicken-primitive-object-inlines.scm" "box.scm" "tests/run.scm")) |
-
r14189
|
r23255
|
|
8 | 8 | (author "[[kon lovett]]") |
9 | 9 | (needs check-errors setup-helper) |
10 | | (files |
11 | | "chicken-primitive-object-inlines.scm" |
12 | | "tests" |
13 | | "box.scm" |
14 | | "box.setup")) |
| 10 | (files "box.meta" "box.setup" "chicken-primitive-object-inlines.scm" "box.scm" "tests/run.scm")) |
-
r14189
|
r23255
|
|
8 | 8 | (author "[[kon lovett]]") |
9 | 9 | (needs check-errors setup-helper) |
10 | | (files |
11 | | "chicken-primitive-object-inlines.scm" |
12 | | "tests" |
13 | | "box.scm" |
14 | | "box.setup")) |
| 10 | (files "box.meta" "box.setup" "chicken-primitive-object-inlines.scm" "box.scm" "tests/run.scm")) |
-
r17418
|
r23255
|
|
9 | 9 | (needs setup-helper check-errors) |
10 | 10 | (test-depends test) |
11 | | (files |
12 | | "chicken-primitive-object-inlines.scm" |
13 | | "tests" |
14 | | "box.scm" |
15 | | "box.setup")) |
| 11 | (files "box.meta" "box.setup" "chicken-primitive-object-inlines.scm" "box.scm" "tests/run.scm")) |
-
r17418
|
r23255
|
|
9 | 9 | (needs setup-helper check-errors) |
10 | 10 | (test-depends test) |
11 | | (files |
12 | | "chicken-primitive-object-inlines.scm" |
13 | | "tests" |
14 | | "box.scm" |
15 | | "box.setup")) |
| 11 | (files "box.meta" "box.setup" "chicken-primitive-object-inlines.scm" "box.scm" "tests/run.scm")) |
-
r20277
|
r23255
|
|
11 | 11 | (check-errors "1.9.0")) |
12 | 12 | (test-depends test) |
13 | | (files |
14 | | "chicken-primitive-object-inlines.scm" |
15 | | "tests" |
16 | | "box.scm" |
17 | | "box.setup")) |
| 13 | (files "box.meta" "box.setup" "chicken-primitive-object-inlines.scm" "box.scm" "tests/run.scm")) |
-
r20277
|
r23255
|
|
11 | 11 | (check-errors "1.9.0")) |
12 | 12 | (test-depends test) |
13 | | (files |
14 | | "chicken-primitive-object-inlines.scm" |
15 | | "tests" |
16 | | "box.scm" |
17 | | "box.setup")) |
| 13 | (files "box.meta" "box.setup" "chicken-primitive-object-inlines.scm" "box.scm" "box.release-info" "tests/run.scm")) |
-
r18560
|
r23255
|
|
6 | 6 | (license "BSD") |
7 | 7 | (category web) |
8 | | (files "breadcrumbs.scm" "breadcrumbs.setup" "breadcrumbs.html")) |
| 8 | (files "test.scm" "breadcrumbs.scm" "breadcrumbs.setup" "breadcrumbs.meta")) |
-
r19927
|
r23255
|
|
5 | 5 | (author "<a href=\"http://wiki.call-cc.org/users/mario-domenech-goulart\">Mario Domenech Goulart</a>") |
6 | 6 | (license "BSD") |
7 | | (category web)) |
| 7 | (category web) |
| 8 | (files "test.scm" "breadcrumbs.release-info" "breadcrumbs.scm" "breadcrumbs.setup" "breadcrumbs.meta")) |
-
r16524
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob-stream.setup" "byte-blob-stream.scm" "tests" "byte-blob-stream.html" ) |
| 7 | (files "byte-blob-stream.scm" "byte-blob-stream.meta" "byte-blob-stream.setup" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16588
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob-stream.setup" "byte-blob-stream.scm" "tests" "byte-blob-stream.html" ) |
| 7 | (files "byte-blob-stream.scm" "byte-blob-stream.meta" "byte-blob-stream.setup" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16586
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob-stream.setup" "byte-blob-stream.scm" "tests" "byte-blob-stream.html" ) |
| 7 | (files "byte-blob-stream.scm" "byte-blob-stream.meta" "byte-blob-stream.setup" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16586
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob-stream.setup" "byte-blob-stream.scm" "tests" "byte-blob-stream.html" ) |
| 7 | (files "byte-blob-stream.scm" "byte-blob-stream.meta" "byte-blob-stream.setup" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16586
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob-stream.setup" "byte-blob-stream.scm" "tests" "byte-blob-stream.html" ) |
| 7 | (files "byte-blob-stream.scm" "byte-blob-stream.meta" "byte-blob-stream.setup" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16586
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob-stream.setup" "byte-blob-stream.scm" "tests" "byte-blob-stream.html" ) |
| 7 | (files "byte-blob-stream.scm" "byte-blob-stream.meta" "byte-blob-stream.setup" "byte-blob-stream.release-info" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16480
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob.setup" "byte-blob.scm" "tests" "byte-blob.html" ) |
| 7 | (files "byte-blob.setup" "byte-blob.meta" "byte-blob.scm" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16478
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob.setup" "byte-blob.scm" "tests" "byte-blob.html" ) |
| 7 | (files "byte-blob.setup" "byte-blob.meta" "byte-blob.scm" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16478
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob.setup" "byte-blob.scm" "tests" "byte-blob.html" ) |
| 7 | (files "byte-blob.setup" "byte-blob.meta" "byte-blob.scm" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16478
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob.setup" "byte-blob.scm" "tests" "byte-blob.html" ) |
| 7 | (files "byte-blob.setup" "byte-blob.meta" "byte-blob.scm" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16478
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob.setup" "byte-blob.scm" "tests" "byte-blob.html" ) |
| 7 | (files "byte-blob.setup" "byte-blob.meta" "byte-blob.scm" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16478
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob.setup" "byte-blob.scm" "tests" "byte-blob.html" ) |
| 7 | (files "byte-blob.setup" "byte-blob.meta" "byte-blob.scm" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-
r16478
|
r23255
|
|
5 | 5 | ; List here all the files that should be bundled as part of your egg. |
6 | 6 | |
7 | | (files "byte-blob.setup" "byte-blob.scm" "tests" "byte-blob.html" ) |
| 7 | (files "byte-blob.setup" "byte-blob.meta" "byte-blob.scm" "tests/run.scm") |
8 | 8 | |
9 | 9 | ; Your egg's license: |
-