opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-alsa"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "alsa"]
depends: [
  "ocaml" {< "4.04.0"}
  "ocamlfind"
]
depexts: [
  ["libasound2-dev"] {os-family = "debian"}
]
bug-reports: "https://github.com/savonet/ocaml-alsa/issues"
dev-repo: "git+https://github.com/savonet/ocaml-alsa.git"
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.2/ocaml-alsa-0.2.2.tar.gz"
  checksum: "md5=297e9bcee543799f4794e049255c34c1"
}
