RuntimeGems are a collection of libraries for PicoRuby, implemented in pure Ruby. You can upload them to R2P2 via https://picoruby.org/runtimegems.
Support for this feature will be available in an upcoming R2P2 release, scheduled just before RubyKaigi 2026.
Fork this repository, add a new [name].yaml file that contains your gem's info, and send the PR.
[name]must be unique- RuntimeGem must contain only Ruby implementation. C implementation is never going to be handled
- In general,
[name]should start with "picoruby-". If it has a reason not to do, you need to writespec.require_name "hoge"in mrbgem.rake so that you can load it byrequire "hoge"
name: picoruby-aht25
repo: https://github.com/picoruby/picoruby
path: mrbgems/picoruby-aht25/
ref: master
description: AHT25 sensor library for PicoRuby
tags:
- AHT25
- temperature
- humidity
- I2C- All the items other than
pathandtagsare mandatory - When
pathis blank,mrbgem.rakeandmrblib/are supposed to locate at the top directory - Keep the
descriptionconcise
All content provided through this repository is offered “as is”, without any warranties or guarantees of any kind, either express or implied. The maintainers do not warrant the accuracy, completeness, reliability, or suitability of any content.
By using this system, you acknowledge and agree that the maintainers of this repository shall not be held liable for any direct, indirect, incidental, consequential, or other damages arising from or related to the use of, or inability to use, any content provided through this repository.
Use all content at your own risk.