srfi-151

Fork of the SRFI-151 reference implementation for CHICKEN

git clone https://git.8pit.net/srfi-151.git

commits

2020-08-11 Bump version 1.0.2 Sören Tempel
2020-08-11 Remove files not needed by CHICKEN scheme Sören Tempel
2020-08-11 srfi-151.egg: Add source dependencies Sören Tempel
2020-08-10 Bump version to 1.0.1 Sören Tempel
2020-08-10 srfi-151.egg: Change license to MIT Sören Tempel

Clone the repository to access all 61 commits.

# SRFI-151

This repository contains the necessary files for shipping the
scheme files provided by [SRFI-151][SRFI-151] as a [CHICKEN Scheme][chicken web] egg.
The repository has been forked from the [SRFI-151 repository][SRFI-151 github].

## Installation

This egg can simply be installed using:

	$ chicken-install srfi-151

[SRFI-151]: https://srfi.schemers.org/srfi-151/srfi-151.html
[SRFI-151 github]: https://github.com/scheme-requests-for-implementation/srfi-151
[chicken web]: https://call-cc.org