Subject: CVS commit: pkgsrc/lang/chibi-scheme
From: Leonardo Taccari
Date: 2020-05-09 21:07:01
Message id: 20200509190701.2741EFB27@cvs.NetBSD.org

Log Message:
chibi-scheme: Import chibi-scheme-0.8.0 as lang/chibi-scheme

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.

Files:
RevisionActionfile
1.1addpkgsrc/lang/chibi-scheme/DESCR
1.1addpkgsrc/lang/chibi-scheme/Makefile
1.1addpkgsrc/lang/chibi-scheme/PLIST
1.1addpkgsrc/lang/chibi-scheme/distinfo
1.1addpkgsrc/lang/chibi-scheme/patches/patch-Makefile
1.1addpkgsrc/lang/chibi-scheme/patches/patch-lib_chibi_signal.c