((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/srfi-modules" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.") (toc) (tags "eggs")) (section 2 "srfi-modules" (p "This extension provides import libraries for SRFIs supported by the CHICKEN core libraries. The following modules are provided:") (dl (dt "srfi-0") (dd (tt "cond-expand")) (dt "srfi-2") (dd (tt "and-let*")) (dt "srfi-6") (dd (tt "open-input-string") ", " (tt "open-output-string") ", " (tt "get-output-string")) (dt "srfi-8") (dd (tt "receive")) (dt "srfi-9") (dd (tt "define-record-type")) (dt "srfi-10") (dd (tt "define-reader-ctor")) (dt "srfi-11") (dd (tt "let-values") ", " (tt "let*-values") ", " (tt "letrec-values")) (dt "srfi-12") (dd (tt "current-exception-handler ") ", " (tt "with-exception-handler") ", " (tt "handle-exceptions") ", " (tt "abort") ", " (tt "signal") ", " (tt "condition?") ", " (tt "make-property-condition") ", " (tt "make-composite-condition") ", " (tt "condition-predicate") ", " (tt "condition-property-accessor")) (dt "srfi-15") (dd (tt "fluid-let")) (dt "srfi-16") (dd (tt "case-lambda")) (dt "srfi-17") (dd (tt "setter")) (dt "srfi-23") (dd (tt "error")) (dt "srfi-26") (dd (tt "cut") ", " (tt "cute")) (dt "srfi-28") (dd (tt "format")) (dt "srfi-31") (dd (tt "rec")) (dt "srfi-39") (dd (tt "make-parameter") ", " (tt "parameterize")) (dt "srfi-55") (dd (tt "require-extension")) (dt "srfi-98") (dd (tt "get-environment-variable") ", " (tt "get-environment-variables"))) (section 3 "Requirements" (p "This extension requires CHICKEN 4.0.5 or newer."))) (section 2 "Author" (p (int-link "/users/felix winkelmann" "felix winkelmann"))) (section 2 "License" (pre "Copyright (c) 2009, The CHICKEN Team\nAll rights reserved.") (pre "Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n  Redistributions of source code must retain the above copyright notice,\n    this list of conditions and the following disclaimer. \n  Redistributions in binary form must reproduce the above copyright notice,\n    this list of conditions and the following disclaimer in the\n    documentation and/or other materials provided with the distribution.\n  Neither the name of the author nor the names of its contributors may be\n    used to endorse or promote products derived from this software without\n    specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.")) (section 2 "Version History" (dl (dt "0.1") (dd "Initial release"))))