File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
packages/conf-libelf/conf-libelf.1.0.0 Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,17 @@ homepage: "https://github.com/ocaml/opam-repository"
66bug-reports: "https://github.com/ocaml/opam-repository/issues"
77build: ["pkg-config" "--exists" "libelf"]
88depexts: [
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]
1618synopsis: "Virtual package relying on libelf"
1719description:
1820 "This package can only install if libelf is installed on the system."
21+ depends: ["conf-pkg-config" {build}]
1922flags: conf
You can’t perform that action at this time.
0 commit comments