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