this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings to the Perl Compatibility Regular Expressions library" 4description: """ 5pcre-ocaml offers library functions for string pattern matching and 6substitution, similar to the functionality offered by the Perl language.""" 7maintainer: ["Markus Mottl <markus.mottl@gmail.com>"] 8authors: ["Markus Mottl <markus.mottl@gmail.com>"] 9license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 10homepage: "https://mmottl.github.io/pcre-ocaml" 11doc: "https://mmottl.github.io/pcre-ocaml/api" 12bug-reports: "https://github.com/mmottl/pcre-ocaml/issues" 13depends: [ 14 "dune" {>= "2.7"} 15 "ocaml" {>= "4.12"} 16 "dune-configurator" 17 "conf-libpcre" {build} 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/7.5.0/pcre-7.5.0.tbz" 38 checksum: [ 39 "sha256=671142f40b6d86171cbc067253faadf903019161d57488bd0fb6c5456c2cbd1a" 40 "sha512=be60f13ddb6bbfe20e30ca5d92434d85e1d1371479e1e2c725588af83fcc9366ed0435021b6a800c20336ac521f2134c767420136438684656a44ac1f9924be4" 41 ] 42}