mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add libraries.
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user