this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/regex_parser_intf"
5bug-reports: "https://github.com/janestreet/regex_parser_intf/issues"
6dev-repo: "git+https://github.com/janestreet/regex_parser_intf.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/regex_parser_intf/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "5.1.0"}
14 "base" {>= "v0.17" & < "v0.18"}
15 "dune" {>= "3.11.0"}
16]
17available: arch != "arm32" & arch != "x86_32"
18synopsis: "Interface shared by Re_parser and Re2.Parser"
19description: "
20"
21url {
22src: "https://github.com/janestreet/regex_parser_intf/archive/refs/tags/v0.17.0.tar.gz"
23checksum: "sha256=0974ded77a0b3d5c6a89b8bb9a5ed025dfa0edf87f4c22a47e15dbaf301157f9"
24}