Differences From Artifact [0c866deee4]:
- File apimod.scm — part of check-in [0c080a2500] at 2020-07-05 23:44:38 on branch v1.66-captain-ulex — Added apimod.scm and got it all to compile again (user: matt, size: 1203) [annotate] [blame] [check-ins using] [more...]
To Artifact [a7cef484dc]:
- File apimod.scm — part of check-in [4aae235143] at 2021-02-14 19:54:46 on branch v1.65-real — Bunch of minor fixes/cleanup (user: matt, size: 1158) [annotate] [blame] [check-ins using]
- File attic/apimod.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 1158) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 | - - - | (import scheme chicken data-structures extras) (import (prefix sqlite3 sqlite3:) posix typed-records srfi-18) (import commonmod) (import (prefix ulex ulex:)) |