Differences From Artifact [1751eb5552]:
- File common.scm — part of check-in [3d4fba2e82] at 2020-04-06 06:37:29 on branch v1.65-newview — Change few imports (user: matt, size: 129834) [annotate] [blame] [check-ins using] [more...]
To Artifact [fb61d644f4]:
- File common.scm — part of check-in [6fef3e6460] at 2020-04-06 17:14:59 on branch v1.65-newview — Fixed issues with localized eggs compilation (user: mrwellan, size: 129840) [annotate] [blame] [check-ins using] [more...]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - - + + | matchable regex posix (srfi 18) extras ;; tcp (prefix nanomsg nmsg:) (prefix sqlite3 sqlite3:) (prefix dbi dbi:) ) (declare (unit common)) |
︙ |