Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update README.md |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3917e7f4df08a1eca337a6513547dbbb |
User & Date: | noreply@github.com 2016-07-07 18:27:39 |
Context
2016-07-07
| ||
18:28 | Update README.md check-in: e185997951 user: noreply@github.com tags: trunk | |
18:27 | Update README.md check-in: 3917e7f4df user: noreply@github.com tags: trunk | |
18:26 | Update README.md check-in: 83251cb8d5 user: noreply@github.com tags: trunk | |
Changes
Changes to README.md.
1 2 3 4 5 6 7 8 9 10 11 |
# thunderchez Libraries for [Chez Scheme](https://github.com/cisco/ChezScheme) productivity > (import (fmt fmt)) > > (import (matchable)) > > ; based on chicken sqlite3 egg > (import (sqlite3)) > (load-shared-object "libsqlite3.so.0") |
| | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 |
# thunderchez Libraries for [Chez Scheme](https://github.com/cisco/ChezScheme) productivity (import (fmt fmt)) (import (matchable)) ; based on chicken sqlite3 egg (import (sqlite3)) (load-shared-object "libsqlite3.so.0") |