;;; readline.meta -*- Scheme -*- ;;; vim:ft=scheme: ((egg "readline.egg") (category io) (doc-from-wiki) (license "GPL-2") (depends regex) (test-depends test dummy-user) (maintainer "Alexej Magura") (author "Tony Garnock-Jones") (synopsis "An interface to the GNU readline library") (files "readline.meta" "readline.scm" "readline-egg.c" "readline.setup" "test/run.scm"))