lang/chibi-scheme - The NetBSD Packages Collection

Minimal Scheme Implementation for use as an Extension Language

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.

The default repl language contains all bindings from R7RS small,
available explicitly as the (scheme small) library.

Support for additional languages such as JavaScript, Go, Lua and Bash
are planned for future releases.  Scheme is chosen as a substrate
because its first class continuations and guaranteed tail-call
optimization makes implementing other languages easy.

Build dependencies

pkgtools/mktools devel/gmake pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64chibi-scheme-0.9.1.tgz
NetBSD 10.0aarch64chibi-scheme-0.9.1.tgz
NetBSD 10.0aarch64chibi-scheme-0.9.1.tgz
NetBSD 10.0aarch64ebchibi-scheme-0.9.1.tgz
NetBSD 10.0aarch64ebchibi-scheme-0.9.1.tgz
NetBSD 10.0alphachibi-scheme-0.9.1.tgz
NetBSD 10.0x86_64chibi-scheme-0.9.1.tgz
NetBSD 10.0_BETAx86_64chibi-scheme-0.9.1.tgz
NetBSD 8.0x86_64chibi-scheme-0.9.1.tgz
NetBSD 8.0x86_64chibi-scheme-0.9.1.tgz
NetBSD 8.0x86_64chibi-scheme-0.9.1.tgz
NetBSD 9.0aarch64chibi-scheme-0.9.1.tgz
NetBSD 9.0aarch64chibi-scheme-0.9.1.tgz
NetBSD 9.0aarch64chibi-scheme-0.9.1.tgz
NetBSD 9.0alphachibi-scheme-0.9.1.tgz
NetBSD 9.0alphachibi-scheme-0.9.1.tgz
NetBSD 9.0sparc64chibi-scheme-0.9.1.tgz
NetBSD 9.0x86_64chibi-scheme-0.9.1.tgz
NetBSD 9.0x86_64chibi-scheme-0.9.1.tgz
NetBSD 9.3x86_64chibi-scheme-0.9.1.tgz
NetBSD 9.3x86_64chibi-scheme-0.9.1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.