From 2aff9cdbaebfb172c115a61f9d2581c2367595c6 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 8 Jan 2013 00:30:04 -0800 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Related-Projects.md b/Related-Projects.md index e944972..73f6e57 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -1,3 +1,7 @@ +## Package Manager + +* [mgem](https://github.com/bovi/mgem) library manager for mruby by [bovi](https://github.com/bovi) + ## Library bindings * [mruby-uv](https://github.com/mattn/mruby-uv) Binding for [libuv](https://github.com/joyent/libuv) by [mattn](https://github.com/mattn) @@ -18,6 +22,12 @@ * [mruby-syslog](https://github.com/iij/mruby-syslog) syslog(3) binding 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-aws-s3](https://github.com/iij/mruby-aws-s3) Client library for Amazon's Simple Storage Service's REST API by [iij](https://github.com/iij/mruby-aws-s3) +* [mruby-gntp](https://github.com/mattn/mruby-gntp) Growl Notification Transfer Protocol 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-digest](https://github.com/iij/mruby-digest) MD5, RMD160, SHA1, SHA256, SHA384, SHA512 and HMAC Digests by [iij](https://github.com/iij) +* [mruby-pack](https://github.com/iij/mruby-pack) Array#pack implementation by [iij](https://github.com/iij) +* [mruby-mtest](https://github.com/iij/mruby-mtest) Minimum Test Framework by [iij](https://github.com/iij) +* [mruby-iconv](https://github.com/mattn/mruby-iconv) libiconv interface by [mattn](https://github.com/mattn) ## Web Interfaces @@ -28,7 +38,7 @@ ## Device specific * [MobiRuby](http://mobiruby.org/) Ruby + iOS = Super awesome! by [masuidrive](https://github.com/masuidrive) - +* [mruby-Wiring](https://github.com/akiray03/mruby-Wiring) Binding for Wiring function of the Raspberry Pi by [akiray03](https://github.com/akiray03) ## Language Bindings @@ -40,4 +50,4 @@ ## Hobby -* [mysql-mruby](https://github.com/mattn/mysql-mruby) embeded mruby into mysql by [mattn](https://github.com/mattn) \ No newline at end of file +* [mysql-mruby](https://github.com/mattn/mysql-mruby) embeded mruby into mysql by [mattn](https://github.com/mattn)