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