diff options
Diffstat (limited to 'dev-lang/scheme2c/metadata.xml')
-rw-r--r-- | dev-lang/scheme2c/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-lang/scheme2c/metadata.xml b/dev-lang/scheme2c/metadata.xml new file mode 100644 index 000000000..0e6fe55aa --- /dev/null +++ b/dev-lang/scheme2c/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<longdescription> + The Scheme->C compiler transforms R4RS Scheme to C, allowing either + stand-alone Scheme programs or mixture of compiled/interpreted + Scheme and other languages. Includes macros, records, foreign + function calls, interface to Xlib, call/cc, interpreter. +</longdescription> +</pkgmetadata> |