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-mm"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [["ocamlfind" "remove" "mm"]]
depends: [
  "ocaml" {< "4.03"}
  "ocamlfind"
]
depopts: [
  "alsa"
  "ao"
  "pulseaudio"
  "gstreamer"
  "mad"
  "ogg"
  "ocamlsdl"
  "theora"
]
install: [make "install"]
synopsis:
  "The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)"
flags: light-uninstall
url {
  src:
    "http://downloads.sourceforge.net/project/savonet/ocaml-mm/0.2.1/ocaml-mm-0.2.1.tar.gz"
  checksum: "md5=bc0e63868eef60eb7a6ca61abb7a78d4"
}
