Skip to content

Commit f24add4

Browse files
committed
Release conf-libelf
1 parent 584630e commit f24add4

File tree

1 file changed

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

1 file changed

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

0 commit comments

Comments
 (0)