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.17~preview.129.11+135"} "regex_parser_intf" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} "re" {>= "1.8.0"} ] available: arch != "arm32" & arch != "x86_32" 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://github.com/janestreet/re_parser/archive/5f84201e2fd2616aabb6e48d391817c0ef3f1a45.tar.gz" checksum: "sha256=f0f6f1be2059ff505fc977e155df38a52dccd7cf9dbb44e48072e830275e2ce4" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]