index

my contributions/extensions to Gauche (scheme interpreter)

All the tarballs are here. If something is missing, you might try to look at sources: here

My extensions to Gauche

(some are listed in Gauche:Packages)

gauche-mmc

Base/prerequisite for other work. All modules are named mmc.* or adt.* etc.

xlib

(might be independent of gauche-mmc, dunno)

It concentrates on XKB. There is quite complete gauche-x by Eduardo Cavazos.

postregSQL

type conversion got from E.Marsden's scsh-pg.

supports my few enhancements to pg itself. PQfsource

berkeley db

image-magick

i use it to keep my collection of photos & scanned documents. I keep a "signature" in pg DB. i could even crop a valid image out of unfinished scans.

api docs

http://imagemagick.sourceforge.net/www/api.html

libPNG

http://www.doc.cs.univ-paris8.fr/mirrors/png/book/toc.html

exif

getting data from digital-camera images (& reorienting/rotating)

gauche-mtqueue

queue between 2 threads

gauche-fastcgi

my enhancement of h2stubs

see also gauche-gtk

c-wrapper

gauche-pggtk

Converting pgresult into a gtk+ list-store.