diff options
Diffstat (limited to 'dev-scheme/stklos/metadata.xml')
-rw-r--r-- | dev-scheme/stklos/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-scheme/stklos/metadata.xml b/dev-scheme/stklos/metadata.xml new file mode 100644 index 000000000000..06604f55e8ec --- /dev/null +++ b/dev-scheme/stklos/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>scheme</herd> + <maintainer> + <email>hkBst@gentoo.org</email> + <name>Marijn Schouten</name> + </maintainer> + <longdescription lang="en"> +STklos is a free Scheme system supporting most of the languages features defined in R5RS. The aim of this implementation is to be fast as well as light. The implementation is based on an ad-hoc Virtual Machine. STklos can also be compiled as a library and embedded in an application. + </longdescription> +</pkgmetadata> |