this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/re2_stable" 5bug-reports: "https://github.com/janestreet/re2_stable/issues" 6dev-repo: "git+https://github.com/janestreet/re2_stable.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/re2_stable/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.07.0"} 14 "core" {>= "v0.14" & < "v0.15"} 15 "ppx_jane" {>= "v0.14" & < "v0.15"} 16 "re2" {>= "v0.14" & < "v0.15"} 17 "dune" {>= "2.0.0"} 18] 19synopsis: "Re2_stable adds an incomplete but stable serialization of Re2" 20description: " 21Re2_stable adds an incomplete but stable serialization of Re2. This 22 serialization only transmits the pattern, not the options 23" 24url { 25 src: 26 "https://ocaml.janestreet.com/ocaml-core/v0.14/files/re2_stable-v0.14.0.tar.gz" 27 checksum: [ 28 "sha256=29840010991efa086df03818ac3964769beccf4add887dbdcd61afae8b1ea871" 29 "md5=0104c499a7e319234f6f34dbc89e67b9" 30 ] 31}