File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
packages/conf-libelf/conf-libelf.1.0.0 Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ authors: ["Bayge <
[email protected] >"]
3+ maintainer: "https://github.com/ocaml/opam-repository/issues"
4+ license: "LGPL-2.0-or-later"
5+ homepage: "https://github.com/ocaml/opam-repository"
6+ 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"}
15+ ["libelf"] {os = "macos" & os-distribution = "homebrew"}
16+ ["libelf-devel"] {os = "win32" & os-distribution = "cygwinports"}
17+ ["elfutils-dev"] {os-distribution = "alpine"}
18+ ["libelf"] {os-distribution = "macports" & os = "macos"}
19+ ]
20+ synopsis: "Virtual package relying on libelf"
21+ description:
22+ "This package can only install if libelf is installed on the system."
23+ depends: ["conf-pkg-config" {build}]
24+ flags: conf
You can’t perform that action at this time.
0 commit comments