mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
sort library bindings.
+26
-26
@@ -4,35 +4,35 @@
|
||||
|
||||
## Library bindings
|
||||
|
||||
* [mruby-uv](https://github.com/mattn/mruby-uv) Binding for [libuv](https://github.com/joyent/libuv) by [mattn](https://github.com/mattn)
|
||||
* [mruby-http](https://github.com/mattn/mruby-http) Binding for [http-parser](https://github.com/joyent/http-parser) by [mattn](https://github.com/mattn)
|
||||
* [mruby-md5](https://github.com/mattn/mruby-md5) MD5 digest function by [mattn](https://github.com/mattn)
|
||||
* [mruby-sha1](https://github.com/mattn/mruby-sha1) SHA1 digest function by [mattn](https://github.com/mattn)
|
||||
* [mruby-base64](https://github.com/mattn/mruby-base64) base64 encode/decode function by [mattn](https://github.com/mattn)
|
||||
* [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-sqlite3](https://github.com/mattn/mruby-sqlite3) [SQLite3](http://www.sqlite.org/) database driver by [mattn](https://github.com/mruby-sqlite3)
|
||||
* [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-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)
|
||||
* [mruby-httprequest](https://github.com/matsumoto-r/mruby-httprequest) simple http request using [mruby-http](https://github.com/mattn/mruby-http) by [matsumoto_r](https://github.com/matsumoto-r)
|
||||
* [mruby-growthforecast](https://github.com/matsumoto-r/mruby-growthforecast) [GrowthForecast](http://kazeburo.github.com/GrowthForecast/) client using [mruby-httprequest](https://github.com/matsumoto-r/mruby-httprequest) by [matsumoto_r](https://github.com/matsumoto-r)
|
||||
* [mruby-zabbix](https://github.com/matsumoto-r/mruby-zabbix) zabbix 2.0 API client using [mruby-httprequest](https://github.com/matsumoto-r/mruby-httprequest) and [mruby-json](https://github.com/mattn/mruby-json) 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-curl](https://github.com/mattn/mruby-curl) [libcurl](http://curl.haxx.se/) binding by [mattn](https://github.com/mattn)
|
||||
* [mruby-v8](https://github.com/mattn/mruby-v8) javascript([v8](https://code.google.com/p/v8/)) binding by [mattn](https://github.com/mattn)
|
||||
* [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 and String#unpack 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)
|
||||
* [mruby-sleep](https://github.com/matsumoto-r/mruby-sleep) sleep binding by [matsumoto_r](https://github.com/matsumoto-r)
|
||||
* [mruby-env](https://github.com/iij/mruby-env) ENV class implementation by [iij](https://github.com/iij)
|
||||
* [mruby-msagent](https://github.com/mattn/mruby-msagent) Microsoft Agent by [mattn](https://github.com/mattn)
|
||||
* [mruby-base64](https://github.com/mattn/mruby-base64) base64 encode/decode function by [mattn](https://github.com/mattn)
|
||||
* [mruby-cgroup](https://github.com/matsumoto-r/mruby-cgroup) cgroups binding by [matsumoto_r](https://github.com/matsumoto-r)
|
||||
* [mruby-core-ext](https://github.com/skandhas/mruby-core-ext) mruby core extensions by [skandhas](https://github.com/skandhas)
|
||||
* [mruby-curl](https://github.com/mattn/mruby-curl) [libcurl](http://curl.haxx.se/) binding by [mattn](https://github.com/mattn)
|
||||
* [mruby-digest](https://github.com/iij/mruby-digest) MD5, RMD160, SHA1, SHA256, SHA384, SHA512 and HMAC Digests by [iij](https://github.com/iij)
|
||||
* [mruby-env](https://github.com/iij/mruby-env) ENV class implementation by [iij](https://github.com/iij)
|
||||
* [mruby-gntp](https://github.com/mattn/mruby-gntp) Growl Notification Transfer Protocol by [mattn](https://github.com/mattn)
|
||||
* [mruby-growthforecast](https://github.com/matsumoto-r/mruby-growthforecast) [GrowthForecast](http://kazeburo.github.com/GrowthForecast/) client using [mruby-httprequest](https://github.com/matsumoto-r/mruby-httprequest) by [matsumoto_r](https://github.com/matsumoto-r)
|
||||
* [mruby-http](https://github.com/mattn/mruby-http) Binding for [http-parser](https://github.com/joyent/http-parser) by [mattn](https://github.com/mattn)
|
||||
* [mruby-httprequest](https://github.com/matsumoto-r/mruby-httprequest) simple http request using [mruby-http](https://github.com/mattn/mruby-http) by [matsumoto_r](https://github.com/matsumoto-r)
|
||||
* [mruby-iconv](https://github.com/mattn/mruby-iconv) libiconv interface by [mattn](https://github.com/mattn)
|
||||
* [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-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-mtest](https://github.com/iij/mruby-mtest) Minimum Test Framework by [iij](https://github.com/iij)
|
||||
* [mruby-oauth](https://github.com/matsumoto-r/mruby-oauth) OAuth binding by [matsumoto_r](https://github.com/matsumoto-r)
|
||||
* [mruby-pack](https://github.com/iij/mruby-pack) Array#pack and String#unpack implementation by [iij](https://github.com/iij)
|
||||
* [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)
|
||||
* [mruby-sha1](https://github.com/mattn/mruby-sha1) SHA1 digest function by [mattn](https://github.com/mattn)
|
||||
* [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)
|
||||
* [mruby-sleep](https://github.com/matsumoto-r/mruby-sleep) sleep binding by [matsumoto_r](https://github.com/matsumoto-r)
|
||||
* [mruby-sqlite3](https://github.com/mattn/mruby-sqlite3) [SQLite3](http://www.sqlite.org/) database driver by [mattn](https://github.com/mruby-sqlite3)
|
||||
* [mruby-syslog](https://github.com/iij/mruby-syslog) syslog(3) binding by [iij](https://github.com/iij)
|
||||
* [mruby-uv](https://github.com/mattn/mruby-uv) Binding for [libuv](https://github.com/joyent/libuv) by [mattn](https://github.com/mattn)
|
||||
* [mruby-v8](https://github.com/mattn/mruby-v8) javascript([v8](https://code.google.com/p/v8/)) binding by [mattn](https://github.com/mattn)
|
||||
* [mruby-zabbix](https://github.com/matsumoto-r/mruby-zabbix) zabbix 2.0 API client using [mruby-httprequest](https://github.com/matsumoto-r/mruby-httprequest) and [mruby-json](https://github.com/mattn/mruby-json) by [matsumoto_r](https://github.com/matsumoto-r)
|
||||
|
||||
## Web Interfaces
|
||||
|
||||
|
||||
Reference in New Issue
Block a user