Updated Related Projects (markdown)

ksss
2014-01-07 17:24:37 -08:00
parent 9e6c0d4ad8
commit 99351ac169
+4
@@ -24,9 +24,12 @@
* [mruby-iconv](https://github.com/mattn/mruby-iconv) libiconv interface by [mattn](https://github.com/mattn)
* [mruby-io](https://github.com/iij/mruby-io) IO, File implementation by [iij](https://github.com/iij)
* [mruby-json](https://github.com/mattn/mruby-json) JSON encoder/decoder using [parson](https://github.com/kgabis/parson) by [mattn](https://github.com/mattn)
* [mruby-limits](https://github.com/ksss/mruby-limits) limits.h binding by [ksss](https://github.com/ksss)
* [mruby-md5](https://github.com/mattn/mruby-md5) MD5 digest function by [mattn](https://github.com/mattn)
* [mruby-msagent](https://github.com/mattn/mruby-msagent) Microsoft Agent by [mattn](https://github.com/mattn)
* [mruby-mtest](https://github.com/iij/mruby-mtest) Minimum Test Framework by [iij](https://github.com/iij)
* [mruby-murmurhash1](https://github.com/ksss/mruby-murmurhash1) murmurhash1 digest function by [ksss](https://github.com/ksss)
* [mruby-murmurhash2](https://github.com/ksss/mruby-murmurhash2) murmurhash2 digest function by [ksss](https://github.com/ksss)
* [mruby-netlink](https://github.com/matsumoto-r/mruby-netlink) netlink binding by [matsumoto_r](https://github.com/matsumoto-r)
* [mruby-oauth](https://github.com/matsumoto-r/mruby-oauth) OAuth binding by [matsumoto_r](https://github.com/matsumoto-r)
* [mruby-pack](https://github.com/iij/mruby-pack) Array#pack and String#unpack implementation by [iij](https://github.com/iij)
@@ -38,6 +41,7 @@
* [mruby-sha1](https://github.com/mattn/mruby-sha1) SHA1 digest function by [mattn](https://github.com/mattn)
* [mruby-simple-random](https://github.com/iij/mruby-simple-random) simple pseudo-random number generator using random(3) [iij](https://github.com/iij)
* [mruby-simplehttp](https://github.com/matsumoto-r/mruby-simplehttp) simple http client using [mruby-uv](https://github.com/mattn/mruby-uv) by [matsumoto_r](https://github.com/matsumoto-r)
* [mruby-siphash](https://github.com/ksss/mruby-siphash) siphash digest function by [ksss](https://github.com/ksss)
* [mruby-sleep](https://github.com/matsumoto-r/mruby-sleep) sleep binding by [matsumoto_r](https://github.com/matsumoto-r)
* [mruby-sqlite3](https://github.com/mattn/mruby-sqlite3) [SQLite3](http://www.sqlite.org/) database driver by [mattn](https://github.com/mruby-sqlite3)
* [mruby-syslog](https://github.com/iij/mruby-syslog) syslog(3) binding by [iij](https://github.com/iij)