this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Beauxis <toots@rastageeks.org>"
3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
4homepage: "https://github.com/savonet/ocaml-pulseaudio"
5build: [
6 ["./configure" "--prefix" prefix]
7 [make]
8]
9install: [
10 [make "install"]
11]
12remove: ["ocamlfind" "remove" "pulseaudio"]
13depends: ["ocaml" "ocamlfind"]
14depexts: [
15 ["pulseaudio-dev"] {os-distribution = "alpine"}
16 ["pulseaudio-libs-devel"] {os-distribution = "centos"}
17 ["pulseaudio-libs-devel"] {os-distribution = "fedora"}
18 ["pulseaudio-libs-devel"] {os-family = "suse" | os-family = "opensuse"}
19 ["pulseaudio"] {os = "macos" & os-distribution = "homebrew"}
20 ["libpulse-dev"] {os-family = "debian"}
21]
22bug-reports: "https://github.com/savonet/ocaml-pulseaudio/issues"
23dev-repo: "git+https://github.com/savonet/ocaml-pulseaudio.git"
24synopsis: "Bindings to Pulseaudio client library"
25flags: light-uninstall
26url {
27 src:
28 "https://github.com/savonet/ocaml-pulseaudio/releases/download/0.1.3/ocaml-pulseaudio-0.1.3.tar.gz"
29 checksum: [
30 "sha256=4b8d35917044f68da3f4e374fd33464bcc4a203f7198e002cbebce81947b84e3"
31 "md5=bd04013ada1a6ed72e111e406befc709"
32 ]
33}