This repository contains a collection of parseable SRFI metadata. Contributions welcome!
You can view the table here.
Simply run generate.sh, which takes the following steps:
- Runs 
srfi-data.shto refreshdata/srfi-data.scm. - Runs 
listings.shto generate the scripts inlistings/*.shand run them to obtain each implementation’s list of supported SRFIs. - Runs 
external.shto obtain SRFI support data for implementations’ external libraries. - Runs 
table.shto generatetable.htmland open it. 
Once table.html has been generated, it is committed to git.
Run upload.sh to publish it to the web server.
listings.sh calls Gauche by default, but you can adjust it to use
  any R7RS Scheme.
external.sh and table.sh need Racket and raco pkg install sxml