Line | |
---|
1 | ;;;; -*- Hen -*- |
---|
2 | |
---|
3 | ((egg "vlist.egg") ; This should never change |
---|
4 | |
---|
5 | ; List here all the files that should be bundled as part of your egg. |
---|
6 | |
---|
7 | (files "vlist.meta" "vlist.setup" "vlist.scm" "tests") |
---|
8 | |
---|
9 | ; Your egg's license: |
---|
10 | |
---|
11 | (license "LGPL-3") |
---|
12 | |
---|
13 | ; Pick one from the list of categories (see below) for your egg and |
---|
14 | ; enter it here. |
---|
15 | |
---|
16 | (category data) |
---|
17 | |
---|
18 | ; A list of eggs vlist depends on. |
---|
19 | |
---|
20 | (needs) |
---|
21 | |
---|
22 | (test-depends test) |
---|
23 | |
---|
24 | (author "Ludovic CourtÚs") |
---|
25 | |
---|
26 | (maintainer "Ivan Raikov") |
---|
27 | |
---|
28 | (synopsis "An implementation of vlists, a functional list-like data structure.")) |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.