Install this package:
emerge -a dev-scheme/chibi
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-scheme/chibi
Or alternatively:
emerge --autounmask-write -a dev-scheme/chibi
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 ~riscv ~x86 | 0 |
| 0.12 | 8 | ~amd64 ~riscv ~x86 | 0 |
| 0.11.0 | 8 | ~amd64 ~riscv ~x86 | 0 |
| 0.10.0 | 8 | ~amd64 ~x86 | 0 |
<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>
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | chibi-0.10.0.tar.gz | 1148573 bytes | 0.10.0 |
| DIST | chibi-0.11.0.tar.gz | 1228817 bytes | 0.11.0 |
| DIST | chibi-0.12.gh.tar.gz | 1247167 bytes | 0.12 |
| Type | File | Size |
|---|