File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
packages/conf-unwind/conf-unwind.1 Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "David Allsopp <
[email protected] >"
3+ homepage: "https://www.nongnu.org/libunwind/"
4+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+ authors: ["David Mosberger, Dave Watson, et al"]
6+ license: "MIT"
7+ build: [["pkg-config" "--short-errors" "--print-errors" "libunwind"]]
8+ depends: ["conf-pkg-config" {build}]
9+ depexts: [
10+ ["libunwind-dev"] {os-family = "debian"}
11+ ["libunwind-dev"] {os-family = "ubuntu"}
12+ ["libunwind-devel"] {os-distribution = "centos"}
13+ ["libunwind-devel"] {os-distribution = "rhel"}
14+ ["libunwind-devel"] {os-distribution = "fedora"}
15+ ["libunwind-dev"] {os-distribution = "alpine"}
16+ ["libunwind-headers"] {os-distribution = "homebrew" & os = "macos"}
17+ ]
18+ synopsis: "Virtual package relying on libunwind"
19+ description:"
20+ This package can only install if libunwind is installed on the system.
21+ "
22+ flags: conf
You can’t perform that action at this time.
0 commit comments