this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21349 from Uzume/patch-1

[new package] conf-libpcre2-8: pcre library is no longer maintained

authored by

Marcello Seri and committed by
GitHub
d80bf3ae 5ecf1c2f

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