mruby is the lightweight implementation of the Ruby language complying to (part
of) the ISO standard.
This package contains the headers and static library files in order to embed
mruby into your application.
Provides
Requires
License
MIT
Changelog
* Mon Sep 14 2026 Ferdinand Thiessen <rpm@fthiessen.de>
- Properly define documentation files
* Sun Sep 13 2026 Ferdinand Thiessen <rpm@fthiessen.de>
- Removed upstream merged CVE-2025-7207.patch
- Update to 4.0.0
- Added
- Pattern matching: (`case`/`in`): array, hash, and find patterns,
the pin operator (`^var`), guard clauses, one-line `expr in pattern`, and brace-less hash patterns.
- `&nil` in parameter lists to explicitly reject block arguments.
- Trailing commas allowed in method definition parameters: `def foo(a, b,)`.
- `Array`, `Hash`, and `String` subclasses can override `[]` and `[]=` again.
- Structs can be initialized with keyword arguments.
- New gems: **mruby-task** (cooperative multitasking with preemptive schedulin