diff options
author | Maciej Barć <xgqt@gentoo.org> | 2021-11-25 19:35:49 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2021-11-25 19:36:18 +0100 |
commit | c525469ffbb201d9d569ff5a17cef79fd247006d (patch) | |
tree | 9a38295e1e97a2ce98f25368641bfc1561565463 /dev-scheme/chibi/metadata.xml | |
parent | net-dialup/pppconfig: add 2.3.25 (diff) | |
download | gentoo-c525469ffbb201d9d569ff5a17cef79fd247006d.tar.gz gentoo-c525469ffbb201d9d569ff5a17cef79fd247006d.tar.bz2 gentoo-c525469ffbb201d9d569ff5a17cef79fd247006d.zip |
dev-scheme/chibi: new package; add version 0.10 and live
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme/chibi/metadata.xml')
-rw-r--r-- | dev-scheme/chibi/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-scheme/chibi/metadata.xml b/dev-scheme/chibi/metadata.xml new file mode 100644 index 000000000000..6a31c51ea163 --- /dev/null +++ b/dev-scheme/chibi/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>scheme@gentoo.org</email> + <name>Gentoo Scheme Project</name> + </maintainer> + <longdescription lang="en"> + Chibi-Scheme is a very small library intended for use as an extension + and scripting language in C programs. In addition to support for + lightweight VM-based threads, each VM itself runs in an isolated heap + allowing multiple VMs to run simultaneously in different OS threads. + Despite the small size, Chibi-Scheme attempts to do The Right Thing. + The default settings include: + - a full numeric tower, with rational and complex numbers + - full and seamless Unicode support + - low-level and high-level hygienic macros + - an extensible module system + Specifically, the default repl language contains all bindings from R7RS + small, available explicitly as the (scheme small) library. The language + is built in layers, however - see the manual for instructions on + compiling with fewer features or requesting a smaller language + on startup. + </longdescription> + <upstream> + <bugs-to>https://github.com/ashinn/chibi-scheme/issues</bugs-to> + <remote-id type="github">ashinn/chibi-scheme</remote-id> + </upstream> +</pkgmetadata> |