Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/conf-libpcre/conf-libpcre.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ depexts: [
["pcre"] {os = "macos" & os-distribution = "macports"}
["pcre"] {os = "win32" & os-distribution = "cygwinports"}
]
post-messages: [ "On Debian 13 (Trixie), the libpcre3-dev package was removed from the code package repository. You can find it in third party repository DebianMultimedia or install it manually." { failure & os-family = "debian" } ]
post-messages: [
"On Debian 13 (Trixie), the libpcre3-dev package was removed from the code package repository. You can find it in third party repository DebianMultimedia or install it manually." { failure & os-family = "debian" }
"On Centos 10 the pcre-devel package was removed from the code package repository. You will need to install it manually." { failure & os-family = "centos" }
"On OpenSUSE Tumbleweed the pcre-devel package was removed from the code package repository. You will need to install it manually." { failure & os-family = "opensuse" }
]
synopsis: "Virtual package relying on a libpcre system installation"
description:
"This package can only install if the libpcre is installed on the system."
Expand Down