diff options
Diffstat (limited to 'dev-scheme/tinyscheme/metadata.xml')
-rw-r--r-- | dev-scheme/tinyscheme/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-scheme/tinyscheme/metadata.xml b/dev-scheme/tinyscheme/metadata.xml new file mode 100644 index 000000000000..b60f12cff3b7 --- /dev/null +++ b/dev-scheme/tinyscheme/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>scheme</herd> + <longdescription lang="en"> +TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as was possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. A lot of functionality in TinyScheme is included conditionally, to allow developers freedom in balancing features and footprint. + </longdescription> + <upstream> + <remote-id type="sourceforge">tinyscheme</remote-id> + </upstream> +</pkgmetadata> |