From 886595cb42ce1207eea3e2c1a146aabda647b80b Mon Sep 17 00:00:00 2001 From: Tomoyuki Sahara Date: Tue, 4 Feb 2014 20:10:58 -0800 Subject: [PATCH] There are two "mruby-require"s... --- Related-Projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Related-Projects.md b/Related-Projects.md index e0b0b15..3a0ad9f 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -38,7 +38,8 @@ * [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) * [mruby-regexp-pcre] (https://github.com/iij/mruby-regexp-pcre) Regexp implementation(use libpcre) by [iij](https://github.com/iij) -* [mruby-require](https://github.com/mattn/mruby-require) require implementation by [mattn](https://github.com/mattn) +* [iij/mruby-require](https://github.com/iij/mruby-require) require implementation without dynamically linked library support, by [iij](https://github.com/iij) +* [mattn/mruby-require](https://github.com/mattn/mruby-require) require implementation for the platforms support dlopen or LoadLibrary, by [mattn](https://github.com/mattn) * [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)