Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mruby-devel-4.0.0-1.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: mruby-devel Distribution: openSUSE Tumbleweed
Version: 4.0.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Sep 14 11:51:13 2026
Group: Development/Languages/Ruby Build host: reproducible
Size: 237473 Source RPM: mruby-4.0.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/mruby/mruby/
Summary: Lightweight Ruby Embedded Environment
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