Skip to content

Commit 3e4cb20

Browse files
committed
Fix conf-unwind on os-family=ubuntu
1 parent 62c9cbe commit 3e4cb20

File tree

1 file changed

+22
-0
lines changed
  • packages/conf-unwind/conf-unwind.1

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)