Changeset 34900 in project
- Timestamp:
- 11/21/17 18:32:57 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/users/caolan-mcmahon
r33164 r34900 3 3 == Caolan McMahon 4 4 5 [[image:https://caolan.org/static/img/me.jpg|Caolan]] 6 5 7 * [[http://caolan.org]] 6 8 * {{caolanm}} on Freenode 9 10 Better known for my [[https://github.com/caolan/async|JavaScript projects]], but CHICKEN is more fun ;) 7 11 8 12 === Eggs … … 13 17 * [[/eggref/4/leveldb|leveldb]] - Bindings to LevelDB, a key/value database library by Google 14 18 * [[/eggref/4/sublevel|sublevel]] - Namespaced access to leveldb implementations 19 * [[/eggref/4/lmdb-lolevel|lmdb-lolevel]] - Bindings to LMDB which closely follow C API 15 20 * [[/eggref/4/fnmatch|fnmatch]] - Test filenames against shell wildcard patterns using fnmatch 16 21 * [[/eggref/4/punycode|punycode]] - Represents unicode with the limited ASCII subset supported by DNS (RFC3492) … … 18 23 * [[/eggref/4/cmark|cmark]] - parser for CommonMark (a more highly specified Markdown) - uses cmark C library 19 24 * [[/eggref/4/toml|toml]] - A TOML parser built with comparse 25 * [[/eggref/4/sodium|sodium]] - Bindings to the Sodium crypto library (libsodium)
Note: See TracChangeset
for help on using the changeset viewer.