Last change
on this file since 14338 was
14338,
checked in by sjamaan, 12 years ago
|
Add specific version dependency on uri-generic 2.1
|
File size:
571 bytes
|
Line | |
---|
1 | ;; -*- Hen -*- |
---|
2 | |
---|
3 | ((egg "uri-common.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-common.setup" "uri-common.scm" "tests/run.scm" "uri-common.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 | (depends (uri-generic 2.1) defstruct matchable) |
---|
21 | (test-depends test) |
---|
22 | |
---|
23 | (doc-from-wiki) |
---|
24 | |
---|
25 | (author "Peter Bex") |
---|
26 | |
---|
27 | (synopsis "Parser for common URI schemes")) |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.