iij/mruby is a fork of mruby, a lightweight implementation of the Ruby language. This fork adds a lot of features to be run on IIJ's Internet router products: SEIL series and SA-W1.
The majority of features developed in this repository are provided as mrbgems now. These mrbgems can be used with either mruby/mruby or iij/mruby.
- master : tracking upstream (mruby/mruby), synchronized every morning.
- iij : our main development branch
- s1 : stable version (#1) of iij branch
- stable_1_0 : IIJ's private stable version (#2) based on mruby 1.0.0 release
- stable_1_3 : IIJ's private stable version (#3) based on mruby 1.3.0 release
- (else) : for pull-request, etc.
If you want to run the tests on your platform, try the following commands:
$ rake test
$ ./test/posix/all.sh
This software is licensed under the same license terms of the original mruby.
