srfi-151

Fork of the SRFI-151 reference implementation for CHICKEN

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

 1# SRFI-151
 2
 3This repository contains the necessary files for shipping the
 4scheme files provided by [SRFI-151][SRFI-151] as a [CHICKEN Scheme][chicken web] egg.
 5The repository has been forked from the [SRFI-151 repository][SRFI-151 github].
 6
 7## Installation
 8
 9This egg can simply be installed using:
10
11	$ chicken-install srfi-151
12
13[SRFI-151]: https://srfi.schemers.org/srfi-151/srfi-151.html
14[SRFI-151 github]: https://github.com/scheme-requests-for-implementation/srfi-151
15[chicken web]: https://call-cc.org