opam-version: "2.0"
maintainer: "smimram@gmail.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "speex"]]
depends: [
  "ocaml"
  "ocamlfind"
  "ogg" {< "0.5.0"}
]
depexts: [
  ["libspeex-dev"] {os-family = "debian"}
]
install: [make "install"]
synopsis:
  "Bindings for the speex library to decode audio files in speex format"
flags: light-uninstall
url {
  src:
    "http://downloads.sourceforge.net/project/savonet/ocaml-speex/0.2.0/ocaml-speex-0.2.0.tar.gz"
  checksum: "md5=acfa92885fa94e46b888bdbc8fbc417a"
}
