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 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git" 34url { 35 src: 36 "https://github.com/mmottl/pcre-ocaml/releases/download/8.0.2/pcre-8.0.2.tbz" 37 checksum: [ 38 "sha256=2c19d365b98d99c66b6dc50ad7ea03fc7cfe62a0a60c2b7f5f6cf8e5b268bffe" 39 "sha512=fc6953e03fcd076bbff4ef4834cddaaeb6fdd5aae5003efd16d2f619b7cf72e9cff1f15fb17aa6a54449289afa4781d993202789f8d5cdd7fcf59de593691e8c" 40 ] 41} 42x-commit-hash: "817fb86f34ffd48274b9bdd950f01cc5a1fa6e76"