source:
project/release/4/readline/tags/4.1.3/trunk/readline.meta
@
34923
Last change on this file since 34923 was 34923, checked in by , 3 years ago | |
---|---|
File size: 417 bytes |
Rev | Line | |
---|---|---|
[14325] | 1 | ;;; readline.meta -*- Scheme -*- |
[32003] | 2 | ;;; vim:ft=scheme: |
[1] | 3 | |
[14325] | 4 | ((egg "readline.egg") |
[1] | 5 | (category io) |
[6281] | 6 | (doc-from-wiki) |
[9305] | 7 | (license "GPL-2") |
[34923] | 8 | (test-depends test) |
[32003] | 9 | (maintainer "Alexej Magura") |
[1] | 10 | (author "Tony Garnock-Jones") |
[32003] | 11 | (synopsis "An interface to the GNU readline library") |
[32690] | 12 | (files "readline.meta" |
13 | "readline.scm" | |
14 | "interface.c" | |
15 | "foreign.h" | |
16 | "foreign.c" | |
17 | "musthaves.h" | |
18 | "readline.setup" | |
[33605] | 19 | "test/run.scm" |
20 | "AUTHORS" | |
21 | "LICENSE")) |
Note: See TracBrowser
for help on using the repository browser.