1# SRFI-15123This repository contains the necessary files for shipping the4scheme 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].67## Installation89This 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