opam-version: "2.0" maintainer: "Romain Beauxis " authors: "The Savonet Team " homepage: "https://github.com/savonet/ocaml-alsa" build: [ ["./configure" "--prefix" prefix] [make] ] install: [ [make "install"] ] remove: ["ocamlfind" "remove" "alsa"] depends: ["ocaml" "ocamlfind" "conf-pkg-config" {build}] depexts: [ ["alsa-lib-dev"] {os-distribution = "alpine"} ["alsa-lib-devel"] {os-distribution = "centos"} ["alsa-lib-devel"] {os-distribution = "fedora"} ["alsa-lib-devel"] {os-family = "suse" | os-family = "opensuse"} ["libasound2-dev"] {os-family = "debian"} ] bug-reports: "https://github.com/savonet/ocaml-alsa/issues" dev-repo: "git+https://github.com/savonet/ocaml-alsa.git" available: [os = "linux"] synopsis: "Bindings for the ALSA library which provides functions for using soundcards" flags: light-uninstall url { src: "https://github.com/savonet/ocaml-alsa/releases/download/0.2.3/ocaml-alsa-0.2.3.tar.gz" checksum: [ "sha256=f4ce930ce288545384c478f4110b92abda93438f172c099c5090c2130c5e63ed" "md5=bf14e0c419a8141a56a1cede08577843" ] }