Last change
on this file since 14389 was
14389,
checked in by Ivan Raikov, 11 years ago
|
format-textdiff ported to Chicken 4
|
File size:
655 bytes
|
Line | |
---|
1 | ;; -*- Hen -*- |
---|
2 | ((egg "format-textdiff.egg") ; This should never change |
---|
3 | |
---|
4 | ; List here all the files that should be bundled as part of your egg. |
---|
5 | |
---|
6 | (files "format-textdiff.scm" "format-textdiff-eggdoc.scm" "format-textdiff.setup" |
---|
7 | "tests/run.scm" "tests/large0" "tests/large1") |
---|
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 io) |
---|
17 | |
---|
18 | ; A list of eggs format-textdiff depends on. |
---|
19 | |
---|
20 | (needs eggdoc matchable npdiff vector-lib dyn-vector) |
---|
21 | |
---|
22 | (eggdoc "format-textdiff-eggdoc.scm") |
---|
23 | |
---|
24 | (author "Ivan Raikov") |
---|
25 | |
---|
26 | (synopsis "Output text diff scripts in different formats")) |
---|
Note: See
TracBrowser
for help on using the repository browser.