Updated Related Projects (markdown)

mattn
2014-02-12 18:48:41 -08:00
parent 886595cb42
commit 24fbc1fb78
+2
@@ -33,7 +33,9 @@
* [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-onig-regexp] (https://github.com/mattn/mruby-onig-regexp) Regexp implementation(use 鬼車) by [mattn](https://github.com/mattn)
* [mruby-pack](https://github.com/iij/mruby-pack) Array#pack and String#unpack implementation by [iij](https://github.com/iij)
* [mruby-pcre-regexp] (https://github.com/mattn/mruby-pcre-regexp) Regexp implementation(use libpcre) by [mattn](https://github.com/mattn)
* [mruby-process](https://github.com/iij/mruby-process) Process interface (waitpid, pid, kill, fork, ppid) by [iij](https://github.com/iij)
* [mruby-random](https://github.com/matsumoto-r/mruby-random) random method using [Mersenne Twister](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/mt.html) by [matsumoto_r](https://github.com/matsumoto-r)
* [mruby-redis](https://github.com/matsumoto-r/mruby-redis) redis client using [hiredis](https://github.com/redis/hiredis) by [matsumoto_r](https://github.com/matsumoto-r)