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: [
  ["./bootstrap"] {dev}
  ["./configure" "--prefix" prefix]
  [make "clean"] {dev}
  [make]
]
install: [
  [make "install"]
]
depends: [
  "ocaml" {>= "4.08.0"}
  "ocamlfind" {build}
]
depopts: [
  "alsa"
  "ao"
  "pulseaudio"
  "gstreamer"
  "mad"
  "ogg"
  "ocamlsdl"
  "theora"
]
bug-reports: "https://github.com/savonet/ocaml-mm/issues"
dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
synopsis:
  "The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)"
conflicts: [
  "ocaml-variants" {= "4.04.2+flambda"}
  "liquidsoap" {< "1.4.0"}
]
url {
  src:
    "https://github.com/savonet/ocaml-mm/releases/download/v0.5.1/ocaml-mm-0.5.1.tar.gz"
  checksum: [
    "md5=bca957255d205f16fd42c8f178a8703a"
    "sha512=2e411ec3edb9004ac839afc717c49eb1ebcf07b6146a761e778e9b457da0c34b58850f0b5d65f5a77e47ba0e6d3d4420b2499662e08e4899a740223f4c02e64f"
  ]
}
