File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
packages/conf-libelf/conf-libelf.1.0.0 Expand file tree Collapse file tree 1 file changed +18
-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"}
10+ ["libelf"] {os-distribution = "arch"}
11+ ["dev-libs/libelf"] {os-distribution = "gentoo"}
12+ ["libelf"] {os = "freebsd"}
13+ ["libelf"] {os = "macos" & os-distribution = "homebrew"}
14+ ]
15+ synopsis: "Virtual package relying on libelf"
16+ description:
17+ "This package can only install if libelf is installed on the system."
18+ flags: conf
You can’t perform that action at this time.
0 commit comments