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" {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"} ] flags: light-uninstall url { src: "https://github.com/savonet/ocaml-mm/releases/download/0.4.0/ocaml-mm-0.4.0.tar.gz" checksum: [ "sha256=1a103e736191d5060493d935abe35ac33199051cd8eedbea146f4ca9a60152ca" "md5=894ea52370fd08569dc905b9a0e8e713" ] }