opam-version: "2.0"
maintainer: "smimram@gmail.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "ao"]]
depends: ["ocaml" "ocamlfind" "conf-pkg-config" {build}]
depexts: [
  ["libao-dev"] {os-family = "debian"}
]
install: [make "install"]
synopsis:
  "Bindings for the AO library which provides high-level functions for using soundcards"
flags: light-uninstall
url {
  src:
    "http://downloads.sourceforge.net/project/savonet/ocaml-ao/0.2.0/ocaml-ao-0.2.0.tar.gz"
  checksum: "md5=efd1e9aa49c42246765020f07ae4a903"
}
