Skip to content

Commit 0f3f6b7

Browse files
committed
Update conf-libelf opam package to include Macports, Alpine, and Ubuntu
1 parent 5f8c989 commit 0f3f6b7

File tree

1 file changed

+4
-1
lines changed
  • packages/conf-libelf/conf-libelf.1.0.0

1 file changed

+4
-1
lines changed

packages/conf-libelf/conf-libelf.1.0.0/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ homepage: "https://github.com/ocaml/opam-repository"
66
bug-reports: "https://github.com/ocaml/opam-repository/issues"
77
build: ["pkg-config" "--exists" "libelf"]
88
depexts: [
9-
["libelf-dev"] {os-family = "debian"}
9+
["libelf-dev"] {os-family = "debian" | os-family = "ubuntu"}
1010
["libelf"] {os-distribution = "arch"}
1111
["dev-libs/libelf"] {os-distribution = "gentoo"}
1212
["libelf"] {os = "freebsd"}
1313
["libelf"] {os = "macos" & os-distribution = "homebrew"}
1414
["libelf-devel"] {os = "win32" & os-distribution = "cygwinports"}
15+
["libelf"] {os = "alpine"}
16+
["libelf"] {os-distribution = "macports" & os = "macos"}
1517
]
1618
synopsis: "Virtual package relying on libelf"
1719
description:
1820
"This package can only install if libelf is installed on the system."
21+
depends: ["conf-pkg-config" {build}]
1922
flags: conf

0 commit comments

Comments
 (0)