Line | |
---|
1 | ;; -*- Hen -*- |
---|
2 | |
---|
3 | ((egg "uri-generic.egg") ; This should never change |
---|
4 | |
---|
5 | ; List here all the files that should be bundled as part of your egg. |
---|
6 | |
---|
7 | (files "uri-generic.setup" "uri-generic.scm" "tests/run.scm" "uri-generic.html" ) |
---|
8 | |
---|
9 | ; Your egg's license: |
---|
10 | |
---|
11 | (license "BSD") |
---|
12 | |
---|
13 | ; Pick one from the list of categories (see below) for your egg and |
---|
14 | ; enter it here. |
---|
15 | |
---|
16 | (category web) |
---|
17 | |
---|
18 | ; A list of eggs uri-generic depends on. |
---|
19 | |
---|
20 | (needs syntax-case matchable ) |
---|
21 | |
---|
22 | (doc-from-wiki) |
---|
23 | |
---|
24 | (author "Ivan Raikov") |
---|
25 | |
---|
26 | (synopsis "URI generic syntax (RFC 3986) parsing and manipulation.")) |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.