Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | README.md updated a little bit |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fcf3c6d6b5ba216cd05f78f2a13a9b38 |
User & Date: | ovenpasta@pizzahack.eu 2016-08-17 08:18:38 |
Context
2016-08-17
| ||
08:19 | README.md updated a little bit check-in: 84ab8c09ed user: ovenpasta@pizzahack.eu tags: trunk | |
08:18 | README.md updated a little bit check-in: fcf3c6d6b5 user: ovenpasta@pizzahack.eu tags: trunk | |
08:03 | fixed survey test for nanomsg check-in: b7b9cf1065 user: ovenpasta@pizzahack.eu tags: trunk | |
Changes
Changes to README.md.
1 2 3 4 5 6 7 8 9 10 11 12 |
# thunderchez Libraries for [Chez Scheme](https://github.com/cisco/ChezScheme) productivity (import (fmt fmt)) (import (matchable)) ; based on chicken sqlite3 egg (import (sqlite3)) (import (usb)) |
> > > > > > > > > > > > | | > > | > > | | | > > > | > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# thunderchez Libraries for [Chez Scheme](https://github.com/cisco/ChezScheme) productivity Be sure to put thunderchez path on your library path, By example: (library-directories "/path/to/thunderchez") or set the CHEZSCHEMELIBDIRS environment variable: CHEZSCHEMELIBDIRS=/home/aldo/thunderchez ## Fmt (import (fmt fmt)) ## Matchable (import (matchable)) ## Sqlite3 _based on chicken sqlite3 egg_ (import (sqlite3)) ## USB Bindings for libusb-1.0 (import (usb)) ## SDL2 (import (sdl2)) ## Cairo (import (cairo)) ## Json parser (import (json)) ## NanoMsg (import (nanomsg)) |