Skip to content

Commit d867a3a

Browse files
authored
Merge pull request ocaml#27922 from af-afk/master
Release conf-libelf
2 parents 56ab02f + 52196f1 commit d867a3a

File tree

1 file changed

+24
-0
lines changed
  • packages/conf-libelf/conf-libelf.1.0.0

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)