opam-version: "2.0" maintainer: "Romain Beauxis " authors: "The Savonet Team " homepage: "https://github.com/savonet/ocaml-mm" build: [ ["./configure" "--prefix" prefix] [make] ] install: [ [make "install"] ] remove: ["ocamlfind" "remove" "mm"] depends: ["ocaml" {< "5.0.0"} "ocamlfind"] 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"} ] flags: light-uninstall url { src: "https://github.com/savonet/ocaml-mm/releases/download/0.3.1/ocaml-mm-0.3.1.tar.gz" checksum: [ "sha256=df07ec5366b51a9bf5157ab47e72c2bca00620fa2c44bac2d7b36882fe05d999" "md5=0f56d0fac3081fe38c832ab50639a309" ] }