opam-version: "2.0" maintainer: "Romain Beauxis " authors: "The Savonet Team " 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" & < "5.0.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/0.5.0/ocaml-mm-0.5.0.tar.gz" checksum: [ "md5=a7debedb7a4a186f2f84d561738fcd0a" "sha512=8c252471430496aa9df70986bfbcc79b927367879b926de3fb0f02f6998752dd321b3956a9a2eb238af78740fdd5f406d7a16e616a72030b1e131163c0f4482c" ] }