opam-version: "2.0" synopsis: "A regular expression toolkit for OCaml" description: "Provides data structures and algorithms for Regular Expressions, Deterministic Finite Automata, and Non-Deterministic Finite Automata" maintainer: ["Dominic Too"] authors: ["Dominic Too"] license: "GPL-3.0-or-later" tags: [ "automata" "regular expressions" "regular languages" "regex" "library" "DFA" "NFA" "RE" ] homepage: "https://github.com/toodom02/ocamlregextkit" doc: "https://toodom02.github.io/ocamlregextkit/" bug-reports: "https://github.com/toodom02/ocamlregextkit/issues" depends: [ "ocaml" {>= "4.14"} "dune" {>= "3.4"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/toodom02/ocamlregextkit.git" url { src: "https://github.com/toodom02/ocamlregextkit/releases/download/v0.1.1/ocamlregextkit-0.1.1.tbz" checksum: [ "sha256=676858fccee2a668cee8f17678bb4d0e6ae60f73b7f701e1f418095e84b1554b" "sha512=efbff06dd5668a13983411e575f1ab35049e2d75c0a6a56bcfd3c646374a73b467bfafcae7af127215d3ee00c3c70424dbf62f59b51dd3e8b0af97a5132de75a" ] } x-commit-hash: "511bc2868cad986f5ef1e5dfeb80ec7a6a024e8a"