Skip to content

A list of all GEMs for mruby to be managed by mgem

Notifications You must be signed in to change notification settings

suetanvil-misc/mgem-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mgem-list

A list of all GEMs for mruby to be managed by mgem

Contribute

If you want to add your own mruby GEM to this list please create a pull request with your GEM details.

Example

Every GEM file is based on YAML:

name: mruby-gem-name
description: This is the description of this GEM
author: Author Name
license: MIT
website: https://gem.example/the/address/to/the/gem
protocol: git
repository: https://gem.example/the/address/to/the/gem.git
branch: main # Need to set this if default branch is not "master"

Guidelines

When creating a new GEM please consider:

  • the name should express the functionality of the GEM clearly
  • words should be separated by using dash (-)
  • don't use under_score and CamelCase
  • prefix should be mruby-
  • if it's an executable, prefix should be mruby-bin-

About

A list of all GEMs for mruby to be managed by mgem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.4%
  • Makefile 15.6%