···4040 "sha512=be2aac1f5709177c8b26ba340570f65fe7d47c258ef1adc33424f406a684ba7c858e1bf4b4b405a4ca6cac0f802eb2451cadb04bba1815ab89b431e5939bbef1"
4141 ]
4242}
4343+# removing this package-version, b/c there was a bug that interacted badly with `pcre`
4444+available: false
+42
packages/pcre2/pcre2.8.0.3/opam
···11+# This file is generated by dune, edit dune-project instead
22+33+opam-version: "2.0"
44+synopsis:
55+ "Bindings to the Perl Compatibility Regular Expressions library (version 2)"
66+description: """
77+pcre2-ocaml offers library functions for string pattern matching and
88+substitution, similar to the functionality offered by the Perl language."""
99+maintainer: ["Chet Murthy <chetsky@gmail.com>"]
1010+authors: ["Markus Mottl <markus.mottl@gmail.com>"]
1111+license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
1212+homepage: "https://github.com/camlp5/pcre2-ocaml"
1313+bug-reports: "https://github.com/camlp5/pcre2-ocaml/issues"
1414+depends: [
1515+ "dune" {>= "2.7"}
1616+ "ocaml" {>= "4.08"}
1717+ "dune-configurator"
1818+ "conf-libpcre2-8" {build}
1919+ "ounit2" {with-test}
2020+ "odoc" {with-doc}
2121+]
2222+build: [
2323+ ["dune" "subst"] {dev}
2424+ [
2525+ "dune"
2626+ "build"
2727+ "-p"
2828+ name
2929+ "-j"
3030+ jobs
3131+ "@install"
3232+ "@runtest" {with-test}
3333+ "@doc" {with-doc}
3434+ ]
3535+]
3636+dev-repo: "git+https://github.com/camlp5/pcre2-ocaml.git"
3737+url {
3838+ src: "https://github.com/camlp5/pcre2-ocaml/archive/refs/tags/8.0.3.tar.gz"
3939+ checksum: [
4040+ "sha512=614bd7d44460ea7c35a61dcff14546e16eb7bbb959be02cf77463d4448c01e2462f10656ca8b1f21fead752a148ce94943de99dff8106a50eef1468e1d2f99f9"
4141+ ]
4242+}