this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Bindings to the Perl Compatibility Regular Expressions library (version 2)" 4description: """ 5pcre2-ocaml offers library functions for string pattern matching and 6substitution, similar to the functionality offered by the Perl language.""" 7maintainer: ["Chet Murthy <chetsky@gmail.com>"] 8authors: ["Markus Mottl <markus.mottl@gmail.com>"] 9license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 10homepage: "https://github.com/camlp5/pcre2-ocaml" 11bug-reports: "https://github.com/camlp5/pcre2-ocaml/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "ocaml" {>= "4.12"} 15 "dune-configurator" 16 "conf-libpcre2-8" {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/camlp5/pcre2-ocaml.git" 34url { 35 src: 36 "https://github.com/camlp5/pcre2-ocaml/releases/download/7.5.1/pcre2-7.5.1.tbz" 37 checksum: [ 38 "sha256=7d61a944801a9cccc6d1184f1609b463cb242864d24c8d12dea9bfe14ce16977" 39 "sha512=59bbb9fb4caf54b47c38177dd7fdb0a2e6fa06847c3bc225ea0b170b0dbdda1fbe7cc0a62a6b6fcdb8984b58bd077bfc0a154eee1b7c7389932edb320406bb20" 40 ] 41} 42x-commit-hash: "344460e660cf1e2fdccaff3d86410c5e9249cb38"