File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
packages/conf-rubberband/conf-rubberband.1 Expand file tree Collapse file tree 1 file changed +25
-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://breakfastquay.com/rubberband/"
4+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+ authors: "Chris Cannam"
6+ license: "GPL-2.0-or-later"
7+ depends: [
8+ "conf-pkg-config" {build}
9+ ]
10+ build: [
11+ ["pkg-config" "--exists" "rubberband"] {os != "openbsd" & os != "win32" & !(os = "macos" & os-distribution = "homebrew")}
12+ ["pkgconf" "--exists" "rubberband"] {(os = "win32" & os-distribution != "msys2") | (os = "macos" & os-distribution = "homebrew")}
13+ ]
14+ depexts: [
15+ ["librubberband-dev"] {os-family = "debian" | os-family = "ubuntu" | os-family = "opensuse"}
16+ ["rubberband-dev"] {os-family = "alpine"}
17+ ["rubberband"] {os-family = "arch" | os = "freebsd" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"}
18+ ["rubberband-devel"] { os-family = "fedora" }
19+ ["librubberband-devel"] { os-family = "suse" | }
20+ ["mingw-w64-x86_64-rubberband"] {os = "win32" & os-distribution = "msys2" & arch = "x86_64"}
21+ ]
22+ synopsis: "Virtual package relying on rubberband"
23+ description:
24+ "This package can only install if the rubberband library is installed on the system."
25+ flags: conf
You can’t perform that action at this time.
0 commit comments