this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Beauxis <toots@rastageeks.org>" 3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4homepage: "https://github.com/savonet/ocaml-mm" 5build: [ 6 ["./configure" "--prefix" prefix] 7 [make] 8] 9install: [ 10 [make "install"] 11] 12remove: ["ocamlfind" "remove" "mm"] 13depends: ["ocaml" {< "5.0.0"} "ocamlfind"] 14depopts: [ 15 "alsa" 16 "ao" 17 "pulseaudio" 18 "gstreamer" 19 "mad" 20 "ogg" 21 "ocamlsdl" 22 "theora" 23] 24bug-reports: "https://github.com/savonet/ocaml-mm/issues" 25dev-repo: "git+https://github.com/savonet/ocaml-mm.git" 26synopsis: 27 "The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)" 28conflicts: [ 29 "ocaml-variants" {= "4.04.2+flambda"} 30] 31flags: light-uninstall 32url { 33 src: 34 "https://github.com/savonet/ocaml-mm/releases/download/0.3.1/ocaml-mm-0.3.1.tar.gz" 35 checksum: [ 36 "sha256=df07ec5366b51a9bf5157ab47e72c2bca00620fa2c44bac2d7b36882fe05d999" 37 "md5=0f56d0fac3081fe38c832ab50639a309" 38 ] 39}