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 [b79872506c]:
- File apimod.scm — part of check-in [e2202d843d] at 2020-12-29 16:17:53 on branch v1.65-ulex-try-again — Bits 'n pieces in place (user: matt, size: 1198) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 | - - + | * (import scheme chicken data-structures extras) (import (prefix sqlite3 sqlite3:) posix typed-records srfi-18) (import commonmod) (import (prefix ulex ulex:)) |