version = "0.4.1"
description = "OCaml bindings for libspeex"
requires = "ogg"
archive(byte) = "speex.cma"
archive(native) = "speex.cmxa"
plugin(byte) = "speex.cma"
plugin(native) = "speex.cmxs"
package "decoder" (
  directory = "decoder"
  version = "0.4.1"
  description = "Speex decoder for the ogg-decoder library"
  requires = "ogg.decoder speex"
  archive(byte) = "speex_decoder.cma"
  archive(native) = "speex_decoder.cmxa"
  plugin(byte) = "speex_decoder.cma"
  plugin(native) = "speex_decoder.cmxs"
)