From 49939001f293f091275699316490320eb94eb013 Mon Sep 17 00:00:00 2001 From: Daisuke YAMAGUCHI Date: Thu, 21 Jan 2016 14:02:55 +0900 Subject: [PATCH] Add libraries. --- Related-Projects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Related-Projects.md b/Related-Projects.md index 8060639..8ea3178 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -27,6 +27,7 @@ * [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-lua](https://github.com/dyama/mruby-lua) Binding Lua script engine by [dyama](https://github.com/dyama) * [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-memcached](https://github.com/matsumoto-r/mruby-memcached) memcached client using libmemcached by [matsumoto_r](https://github.com/matsumoto-r) @@ -40,6 +41,7 @@ * [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-rational](https://github.com/dyama/mruby-rational) Rational class by [dyama](https://github.com/dyama) * [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) * [mruby-regexp-pcre] (https://github.com/iij/mruby-regexp-pcre) Regexp implementation(use libpcre) by [iij](https://github.com/iij) * [iij/mruby-require](https://github.com/iij/mruby-require) require implementation without dynamically linked library support, by [iij](https://github.com/iij)