Ross ROSS = Recommend OSS · open-source software intelligence for agents

kkos/oniguruma

regular expression library observed · 2026-08-28

github.com/kkos/oniguruma · C · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 18
  • Release rhythm 8
  • Longevity 100

Flags: archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4069
  • days_rel: 610
  • days_push: 496
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2523 stars · 350 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Oniguruma is a flexible C regular expression library supporting many regex syntaxes and a wide range of character encodings, historically used by Ruby and other tools. The project officially ended on April 24, 2025, and is no longer maintained.

Use cases

  • embed a regex engine in a C or C++ application
  • match text with Ruby-style regular expressions
  • handle regexes across many character encodings like EUC-JP, Shift_JIS, and GB18030
  • use Unicode properties like \pL in pattern matching
  • replace POSIX regex with a more feature-rich engine

When to choose

  • you need a mature, battle-tested regex engine in C with broad encoding support
  • you must match Ruby or Oniguruma-specific regex syntax
  • you are pinned to a legacy codebase already using Oniguruma

When to avoid

  • starting a new project, since the project ended in April 2025 and receives no security fixes
  • you need long-term maintenance and CVE patching
  • a modern alternative like PCRE2 or Rust regex fits your needs

Facets

library · maturity abandoned

parser nlp parsers developer-tools c cross-platform cli regular-expressions regex-engine text-processing unicode character-encoding ruby-regex end-of-life natural-language-processing

1 source

Member repositories

RepositoryRoleHealth v2
kkos/onigurumamain10

For agents

markdown · JSON · MCP: product_card(name="kkos/oniguruma")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem