Overview
Comment: | Updated template, lots of change due to move to chicken4.7 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
73e724b31fb5a9d710eef8f043f51b5a |
User & Date: | matt on 2012-03-17 06:50:10 |
Other Links: | manifest | tags |
Context
2012-07-26
| ||
23:16 | Got cookie to compile by switching to posix calls for time string check-in: 00fb8be61d user: matt tags: trunk | |
2012-03-17
| ||
06:50 | Updated template, lots of change due to move to chicken4.7 check-in: 73e724b31f user: matt tags: trunk | |
2011-10-05
| ||
03:36 | Merged in some minor fixes from porting check-in: bd24408c02 user: matt tags: trunk | |
Changes
Modified requirements.scm.template from [dc64aeee29] to [e48452c17e].
1 2 | ;; choose your db interface as appropriate (require-extension sqlite3) | > > | > | | | | | | | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ;; choose your db interface as appropriate (require-extension sqlite3) (import (prefix sqlite3 sqlite3:)) (require-extension postgresql) (import (prefix postgresql pg:)) ;; (require-extension cgi-util) ;; (require-extension cookie) (use posix) ;; (require-extension proplist) (use regex) (use srfi-1) ;; (require-extension tinyclos) (use srfi-69) (use data-structures) |