From 24fbc1fb7894889708dfe7021b4abd8b92ed3b22 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 12 Feb 2014 18:48:41 -0800 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Related-Projects.md b/Related-Projects.md index 3a0ad9f..15ee8be 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -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)