Staapl is now wrapped as a Racket package hosted on Github.
raco pkg install github://github.com/zwizwa/staapl/maste
---------------------------------------------------------------------------------------------
This the old darcs archive for the Staapl project. To make a local copy of
the repositiory do:
darcs get http://zwizwa.be/darcs/staapl
cd staapl
make
This links the project into your user collects directory so the
(require staapl/...) forms work, and byte-compiles the sources.
To get updates, cd to the staapl directory and do:
darcs pull -a
make