These are the developer's notes to himself.

FMT (a Chicken egg for text formatting) deserves special mention,
because getting it in here was a PitA. If an upgrade is needed, get
the egg, make the setup file look more or less like this:

- ----------------------------

(compile fmt-chicken.scm -unit fmt -prelude '(provide (quote fmt))' -t -O2 -d0)
(compile fmt-c-chicken.scm -t -O2 -d0)
(compile fmt-color.scm -t -O2 -d0)
(compile fmt-unicode-chicken.scm -t -O2 -d0)
(install-extension
 'fmt
 '("fmt.so" "fmt-c.so" "fmt-color.so" "fmt-unicode.so")
 '((version 0.5)
   ))

- ----------------------------

Run "chicken-setup [modified fmt.egg-dir]", and extract
fmt-c-chicken.c  fmt-chicken.c  fmt-color.c  fmt-unicode-chicken.c
