Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
f654a567
Commit
f654a567
authored
Sep 29, 2015
by
Jon Moss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Retain #2595 markdown short links
parent
a9b78063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
README.md
README.md
+8
-3
No files found.
README.md
View file @
f654a567
[
![Build Status
]
(
https://travis-ci.org/mruby/mruby.svg?branch=master
)
](https://travis-ci.org/mruby/mruby)
[
![Build Status
]
[
build-status-img
]
][travis-ci]
## What is mruby
mruby is the lightweight implementation of the Ruby language complying to (part
of) the
[
ISO standard
]
(
http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579
)
. Its syntax is Ruby 1.9 compatible.
of) the
[
ISO standard
]
[
ISO-standard
]
. Its syntax is Ruby 1.9 compatible.
mruby can be linked and embedded within your application. We provide the
interpreter program "mruby" and the interactive mruby shell "mirb" as examples.
...
...
@@ -78,8 +78,13 @@ Please ask us if you want to distribute your code under another license.
## How to Contribute
See the
[
contribution guidelines
]
(
CONTRIBUTING.md
)
, and then send a pull
See the
[
contribution guidelines
]
[
contribution-guidelines
]
, and then send a pull
request to
<http://github.com/mruby/mruby>
. We consider you have granted
non-exclusive right to your contributed code under MIT license. If you want to
be named as one of mruby developers, please include an update to the AUTHORS
file in your pull request.
[
ISO-standard
]:
http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579
[
build-status-img
]:
https://travis-ci.org/mruby/mruby.svg?branch=master
[
contribution-guidelines
]:
CONTRIBUTING.md
[
travis-ci
]:
https://travis-ci.org/mruby/mruby
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment