We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b064b commit a05aba6Copy full SHA for a05aba6
packages/conf-libelf/conf-libelf.1.0.0/opam
@@ -7,6 +7,8 @@ bug-reports: "https://github.com/ocaml/opam-repository/issues"
7
build: ["pkg-config" "--exists" "libelf"]
8
depexts: [
9
["libelf-dev"] {os-family = "debian" | os-family = "ubuntu"}
10
+ ["elfutils-libelf-devel"] {os-distribution = "fedora" | os-family = "fedora"}
11
+ ["libelf-devel"] {os-family = "suse" | os-family = "opensuse"}
12
["libelf"] {os-distribution = "arch"}
13
["dev-libs/libelf"] {os-distribution = "gentoo"}
14
["libelf"] {os = "freebsd"}
0 commit comments