this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings to the Perl Compatibility Regular Expressions library" 3description: """ 4pcre-ocaml offers library functions for string pattern matching and 5substitution, similar to the functionality offered by the Perl language.""" 6maintainer: ["Markus Mottl <markus.mottl@gmail.com>"] 7authors: ["Markus Mottl <markus.mottl@gmail.com>"] 8license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 9homepage: "https://mmottl.github.io/pcre-ocaml" 10doc: "https://mmottl.github.io/pcre-ocaml/api" 11bug-reports: "https://github.com/mmottl/pcre-ocaml/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "ocaml" {>= "4.08"} 15 "dune-configurator" 16 "conf-libpcre" {build} 17 "ounit2" {with-test} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git" 35url { 36 src: 37 "https://github.com/mmottl/pcre-ocaml/releases/download/8.0.3/pcre-8.0.3.tbz" 38 checksum: [ 39 "sha256=1488027811001cacfbffa6cdb14a2a6c7d9cdde32aeb68298557446be90d7f79" 40 "sha512=be82954c474461323cef1582140d7d064a8fbcd2ff8be7e6219158efdd4d102c9b3906323e34d607400c2bcc9f4c15b64c3770a8af75ff40b0fd198ae32f2330" 41 ] 42} 43x-commit-hash: "863ae9c4348144cf2b81bbe3e2b6ec125992e19a"