this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] ocamlregextkit (1.0.2)

CHANGES:

### Fix

- `get_reachable_states` missing epsilon transitions (toodom02/ocamlregextkit#8).

+49
+49
packages/ocamlregextkit/ocamlregextkit.1.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A regular expression toolkit for OCaml" 3 + description: 4 + "Provides data structures and algorithms for Regular Expressions, Deterministic Finite Automata, and Non-Deterministic Finite Automata" 5 + maintainer: ["Dominic Too"] 6 + authors: ["Dominic Too"] 7 + license: "GPL-3.0-or-later" 8 + tags: [ 9 + "automata" 10 + "regular expressions" 11 + "regular languages" 12 + "regex" 13 + "library" 14 + "DFA" 15 + "NFA" 16 + "RE" 17 + ] 18 + homepage: "https://github.com/toodom02/ocamlregextkit" 19 + doc: "https://toodom02.github.io/ocamlregextkit/" 20 + bug-reports: "https://github.com/toodom02/ocamlregextkit/issues" 21 + depends: [ 22 + "ocaml" {>= "4.14"} 23 + "dune" {>= "3.4"} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@runtest" {with-test} 37 + "@doc" {with-doc} 38 + ] 39 + ] 40 + dev-repo: "git+https://github.com/toodom02/ocamlregextkit.git" 41 + url { 42 + src: 43 + "https://github.com/toodom02/ocamlregextkit/releases/download/v1.0.2/ocamlregextkit-1.0.2.tbz" 44 + checksum: [ 45 + "sha256=801dd74f3ac269a33015d0c56b4a400fbfec15a68637775caacde1f377d802f2" 46 + "sha512=7ac6ba274f2420f5066b722ee1d3d6e1ba8f967c91fdbc5b8d92c54b5753f6166b398b687de47328a30f4c822eff8167fef11e8f3b26d04d96f07f7f32238f97" 47 + ] 48 + } 49 + x-commit-hash: "1a5a58cc06b04d84b7f66c313ed8dfbf6662f1b4"