package oniguruma

  1. Overview
  2. Docs
Bindings to the Oniguruma regular expression library

Install

Dune Dependency

Authors

Maintainers

Sources

oniguruma-0.1.2.tbz
sha256=e3f63ffdda3cc3cf9f71a8169e8fb97690026dbd22ab7ce0a87891feb8058765
sha512=4d8561b50bf13a792d05d2ac775948ab6f913730202c40012aa1ac7caf5a2f2aba26f7e1dcb3f93528e2be79602fd26de62346bec7d8986d9c48efdb71f94409

CHANGES.md.html

0.1.2 (October 27, 2022)

  • Add name_to_group_numbers.

  • Use direct field assignment to initialize blocks allocated with caml_alloc_small.

0.1.1 (September 6, 2021)

  • Use pkg-config to determine C flags (fixes #1).

  • Explicitly cast between const char* and const UChar*.

0.1.0 (November 23, 2020)

Initial release.