File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
packages/conf-sndfile/conf-sndfile.1 Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "https://github.com/ocaml/opam-repository/issues"
3+ homepage: "https://github.com/libsndfile/libsndfile"
4+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+ authors: "libsndfile developers"
6+ license: "LGPL-2.1-or-later"
7+ build: ["pkg-config" "--exists" "sndfile"]
8+ depends: [
9+ "conf-pkg-config" {build}
10+ ]
11+ depexts: [
12+ ["libsndfile-dev"] {os-family = "debian" | os-family = "ubuntu" | os-distribution = "alpine"}
13+ ["libsndfile"] {os-family = "arch" | os = "freebsd" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"}
14+ ["libsndfile-devel"] {os = "win32" & os-distribution = "cygwinports" | os-family = "suse" | os-family = "opensuse" | os-distribution = "centos" | os-distribution = "fedora"}
15+ ]
16+ synopsis: "Virtual package relying on sndfile"
17+ description:
18+ "This package can only install if the sndfile library is installed on the system."
19+ flags: conf
You can’t perform that action at this time.
0 commit comments