opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/re_parser" bug-reports: "https://github.com/janestreet/re_parser/issues" dev-repo: "git+https://github.com/janestreet/re_parser.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/re_parser/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {>= "v0.16" & < "v0.17"} "regex_parser_intf" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} "re" {>= "1.10.3"} ] synopsis: "Typed parsing using regular expressions." description: " Applicative-based interface for parsing using regular expressions from `ocaml-re`. Shares its interface with `Re2.Parser`. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/re_parser-v0.16.0.tar.gz" checksum: "sha256=65e635a7996f47084d9283b85a2177dc270862e4dfa86249a904197253c2dec5" }