Last change
on this file since 21916 was
21916,
checked in by Kon Lovett, 10 years ago
|
Added test-depends & test exit code.
|
File size:
514 bytes
|
Rev | Line | |
---|
[20316] | 1 | ;;;; combinators.meta -*- Hen -*- |
---|
[14018] | 2 | |
---|
| 3 | ((egg "combinators.egg") |
---|
[14103] | 4 | (category data) |
---|
[14018] | 5 | (author "[[kon lovett]]") |
---|
| 6 | (license "Public Domain") |
---|
| 7 | (doc-from-wiki) |
---|
| 8 | (synopsis "Combinators") |
---|
[20316] | 9 | (depends (setup-helper "1.2.0")) |
---|
[21916] | 10 | (test-depends test) |
---|
[14018] | 11 | (files |
---|
| 12 | "tests" |
---|
[19028] | 13 | "arguments-helpers.inc" |
---|
[18914] | 14 | "section-combinators.scm" |
---|
[19028] | 15 | "uni-combinators.scm" |
---|
| 16 | "bi-combinators.scm" |
---|
| 17 | "tri-combinators.scm" |
---|
| 18 | ;"generic-section-combinators.scm" |
---|
[14018] | 19 | "logical-combinators.scm" |
---|
| 20 | "sort-combinators.scm" |
---|
| 21 | "stack-combinators.scm" |
---|
| 22 | "combinators.setup") ) |
---|
Note: See
TracBrowser
for help on using the repository browser.