opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/regex_parser_intf" bug-reports: "https://github.com/janestreet/regex_parser_intf/issues" dev-repo: "git+https://github.com/janestreet/regex_parser_intf.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/regex_parser_intf/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "base" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Interface shared by Re_parser and Re2.Parser" description: " " url { src: "https://github.com/janestreet/regex_parser_intf/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=0974ded77a0b3d5c6a89b8bb9a5ed025dfa0edf87f4c22a47e15dbaf301157f9" }