this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3authors: [
4 "Philip Hazel"
5 "Zoltan Herczeg"
6]
7homepage: "https://www.pcre.org/"
8dev-repo: "git+https://github.com/PCRE2Project/pcre2.git"
9license: "BSD-3-Clause"
10build: [["pkg-config" "libpcre2-8"]]
11depends: ["conf-pkg-config" {build}]
12bug-reports: "https://github.com/ocaml/opam-repository/issues"
13depexts: [
14 ["libpcre2-dev"] {os-family = "debian"}
15 ["libpcre2-dev"] {os-family = "ubuntu"}
16 ["libpcre2-devel"] {os-distribution = "mageia"}
17 ["pcre2-devel"] {os-distribution = "centos"}
18 ["pcre2-devel"] {os-distribution = "fedora"}
19 ["pcre2-devel"] {os-distribution = "rhel"}
20 ["pcre2-devel"] {os-distribution = "ol"}
21 ["pcre2-dev"] {os-distribution = "alpine"}
22 ["pcre2-devel"] {os-family = "suse" | os-family = "opensuse"}
23 ["pcre2"] {os-family = "arch"}
24 ["pcre2"] {os = "freebsd"}
25 ["pcre2"] {os = "macos" & os-distribution = "homebrew"}
26 ["pcre2"] {os = "macos" & os-distribution = "macports"}
27 ["pcre2"] {os = "win32" & os-distribution = "cygwinports"}
28]
29synopsis: "Virtual package relying on a libpcre2 system installation"
30description:
31 "This package can only install if the libpcre2 is installed on the system."
32flags: conf