Last change
on this file since 20021 was
20021,
checked in by Ivan Raikov, 10 years ago
|
digraph: removing eggdoc-related stuff
|
File size:
490 bytes
|
Line | |
---|
1 | ;;;; -*- Hen -*- |
---|
2 | |
---|
3 | ((egg "digraph.egg") ; This should never change |
---|
4 | |
---|
5 | ; List here all the files that should be bundled as part of your egg. |
---|
6 | |
---|
7 | (files "digraph.scm" "digraph.setup" "tests") |
---|
8 | |
---|
9 | ; Your egg's license: |
---|
10 | |
---|
11 | (license "GPL-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 digraph depends on. |
---|
19 | |
---|
20 | (needs dyn-vector matchable) |
---|
21 | |
---|
22 | (author "Ivan Raikov") |
---|
23 | |
---|
24 | (synopsis "Directed graph in adjacency list format.")) |
---|
Note: See
TracBrowser
for help on using the repository browser.