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:1011 $ chicken-install srfi-1511213[SRFI-151]: https://srfi.schemers.org/srfi-151/srfi-151.html14[SRFI-151 github]: https://github.com/scheme-requests-for-implementation/srfi-15115[chicken web]: https://call-cc.org