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" {>= "4.14.0"} "base" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} ] synopsis: "Interface shared by Re_parser and Re2.Parser" description: " " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/regex_parser_intf-v0.16.0.tar.gz" checksum: "sha256=f06744e7aeaef57edb3778db3efc0f097898c9e4a4ae02ac904c936375069aeb" }