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-alsa"
5build: [
6 ["./configure" "--prefix" prefix]
7 [make]
8]
9install: [
10 [make "install"]
11]
12remove: ["ocamlfind" "remove" "alsa"]
13depends: ["ocaml" "ocamlfind" "conf-pkg-config" {build}]
14depexts: [
15 ["alsa-lib-dev"] {os-distribution = "alpine"}
16 ["alsa-lib-devel"] {os-distribution = "centos"}
17 ["alsa-lib-devel"] {os-distribution = "fedora"}
18 ["alsa-lib-devel"] {os-family = "suse" | os-family = "opensuse"}
19 ["libasound2-dev"] {os-family = "debian"}
20]
21bug-reports: "https://github.com/savonet/ocaml-alsa/issues"
22dev-repo: "git+https://github.com/savonet/ocaml-alsa.git"
23available: [os = "linux"]
24synopsis:
25 "Bindings for the ALSA library which provides functions for using soundcards"
26flags: light-uninstall
27url {
28 src:
29 "https://github.com/savonet/ocaml-alsa/releases/download/0.2.3/ocaml-alsa-0.2.3.tar.gz"
30 checksum: [
31 "sha256=f4ce930ce288545384c478f4110b92abda93438f172c099c5090c2130c5e63ed"
32 "md5=bf14e0c419a8141a56a1cede08577843"
33 ]
34}