Skip to content

Commit 0ca7e14

Browse files
committed
Merge pull request #16 from mruby/add-gems
Update GEMs
2 parents be1e1e5 + 091f71e commit 0ca7e14

1 file changed

Lines changed: 57 additions & 1 deletion

File tree

_data/mgems.yml

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@
9090
protocol: git
9191
repository: https://github.com/sdottaka/mruby-bin-scite-mruby.git
9292
repooptions:
93+
- name: mruby-blendish
94+
description: Duangle OUI-blendish bindings.
95+
author: Corey Powell
96+
website: https://github.com/IceDragon200/mruby-blendish
97+
protocol: git
98+
repository: https://github.com/IceDragon200/mruby-blendish
99+
repooptions:
93100
- name: mruby-cache
94101
description: mruby inter process share memory cache
95102
author: charlescui
@@ -104,6 +111,13 @@
104111
protocol: git
105112
repository: https://github.com/matsumoto-r/mruby-capability.git
106113
repooptions:
114+
- name: mruby-catch-throw
115+
description: catch and throw for mruby.
116+
author: Corey Powell
117+
website: https://github.com/IceDragon200/mruby-catch-throw
118+
protocol: git
119+
repository: https://github.com/IceDragon200/mruby-catch-throw
120+
repooptions:
107121
- name: mruby-cfunc
108122
description: Interface to C functions based on libffi.
109123
author: Yuichiro MASUI
@@ -118,6 +132,13 @@
118132
protocol: git
119133
repository: https://github.com/matsumoto-r/mruby-cgroup.git
120134
repooptions:
135+
- name: mruby-chipmunk2d
136+
description: chipmunk2d bindings
137+
author: Corey Powell
138+
website: https://github.com/IceDragon200/mruby-chipmunk2d
139+
protocol: git
140+
repository: https://github.com/IceDragon200/mruby-chipmunk2d
141+
repooptions:
121142
- name: mruby-clang-plugin
122143
description: clang plugin to check mruby API call mistakes.
123144
author: Takeshi Watanabe
@@ -154,6 +175,13 @@
154175
protocol: git
155176
repository: https://github.com/matsumoto-r/mruby-criu.git
156177
repooptions:
178+
- name: mruby-cross-compile-on-mac-osx
179+
description: Cross compile osx, linux or win32 binary of mruby on Mac OSX
180+
author: MATSUMOTO Ryosuke
181+
website: https://github.com/matsumoto-r/mruby-cross-compile-on-mac-osx
182+
protocol: git
183+
repository: https://github.com/matsumoto-r/mruby-cross-compile-on-mac-osx.git
184+
repooptions:
157185
- name: mruby-curl
158186
description: CURL HTTP Client
159187
author: mattn
@@ -238,6 +266,13 @@
238266
protocol: git
239267
repository: https://github.com/y-ken/fluent-logger-mruby.git
240268
repooptions:
269+
- name: mruby-fsm
270+
description: Finite State Machine.
271+
author: Paolo Bosetti, University of Trento
272+
website: https://github.com/UniTN-Mechatronics/mruby-fsm
273+
protocol: git
274+
repository: https://github.com/UniTN-Mechatronics/mruby-fsm.git
275+
repooptions:
241276
- name: mruby-ftp
242277
description: FTP client library.
243278
author: Paolo Bosetti and Matteo Ragni, University of Trento
@@ -497,7 +532,7 @@
497532
website: https://github.com/carsonmcdonald/mruby-markdown
498533
protocol: git
499534
repository: https://github.com/carsonmcdonald/mruby-markdown.git
500-
repooptions: "--recursive"
535+
repooptions: --recursive
501536
- name: mruby-marshal
502537
description: Marshal module for mruby
503538
author: Takeshi Watanabe
@@ -604,6 +639,13 @@
604639
protocol: git
605640
repository: https://github.com/ppibburr/mruby-named-constants.git
606641
repooptions:
642+
- name: mruby-nanovg
643+
description: nanovg bindings
644+
author: Corey Powell
645+
website: https://github.com/IceDragon200/mruby-nanovg
646+
protocol: git
647+
repository: https://github.com/IceDragon200/mruby-nanovg
648+
repooptions:
607649
- name: mruby-netlink
608650
description: libnetlink binding
609651
author: MATSUMOTO Ryosuke
@@ -639,6 +681,13 @@
639681
protocol: git
640682
repository: https://github.com/ksss/mruby-ostruct.git
641683
repooptions:
684+
- name: mruby-oui
685+
description: Duangle OUI bindings.
686+
author: Corey Powell
687+
website: https://github.com/IceDragon200/mruby-oui
688+
protocol: git
689+
repository: https://github.com/IceDragon200/mruby-oui
690+
repooptions:
642691
- name: mruby-pack
643692
description: Array#pack implementation
644693
author: Internet Initiative Japan., Inc.
@@ -702,6 +751,13 @@
702751
protocol: git
703752
repository: https://github.com/matsumoto-r/mruby-random.git
704753
repooptions:
754+
- name: mruby-raspberry
755+
description: Wrapper for WiringPi library for accessing Raspberry Pi hardware.
756+
author: Paolo Bosetti, University of Trento
757+
website: https://github.com/UniTN-Mechatronics/mruby-raspberry
758+
protocol: git
759+
repository: https://github.com/UniTN-Mechatronics/mruby-raspberry.git
760+
repooptions:
705761
- name: mruby-redis
706762
description: redis client using hiredis
707763
author: MATSUMOTO Ryosuke

0 commit comments

Comments
 (0)