sedlex
An OCaml lexer generator for Unicode
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports Unicode. Unlike ocamllex, sedlex allows lexer specifications within regular OCaml source files. Lexing specific constructs are provided via a ppx syntax extension.
homepage ↗ github: ocaml-community/sedlex
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 3.7 | 3 | 17 h | details › |
| zscheile Codeberg ↗ | 3.2 | 2 | 27 d | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | arm | Committed | |
|---|---|---|---|---|---|---|---|---|---|
| 3.7 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 untested | riscv testing | arm testing | — | view · download · history ↗ |
| 3.6 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 untested | riscv testing | arm testing | — | view · download · history ↗ |
| 3.3-r1 | gentoo | amd64 stable | arm64 testing | x86 stable | ppc64 untested | riscv testing | arm testing | — | view · download · history ↗ |
| 3.2 ≈ | zscheile | amd64 stable | arm64 testing | x86 stable | ppc64 testing | riscv testing | arm testing | 17 mo | view · download · history ↗ |
| 3.1 ≈ | zscheile | amd64 testing | arm64 untested | x86 testing | ppc64 untested | riscv untested | arm untested | 17 mo | view · download · history ↗ |
Use flags of 3.7
- +ocamlopt Enable ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale)
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)