this repo has no description
1opam-version: "2.0" 2synopsis: 3 "The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)" 4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5authors: ["Romain Beauxis <toots@rastageeks.org>"] 6license: "GPL-2.0" 7homepage: "https://github.com/savonet/ocaml-mm" 8bug-reports: "https://github.com/savonet/ocaml-mm/issues" 9depends: [ 10 "ocaml" {< "5.0.0"} 11 "dune" {>= "2.8"} 12 "dune-configurator" 13 "odoc" {with-doc} 14] 15depopts: ["alsa" "ao" "mad" "pulseaudio" "ocamlsdl" "theora"] 16conflicts: [ 17 "mad" {< "0.5.0"} 18 "alsa" {< "0.3.0"} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/savonet/ocaml-mm.git" 35depexts: [ 36 ["linux-headers"] {os-family = "alpine"} 37] 38url { 39 src: "https://github.com/savonet/ocaml-mm/archive/v0.7.2.tar.gz" 40 checksum: [ 41 "md5=c402e924951cc299541bae67fb413440" 42 "sha512=a8bffa9cd9b1b42c05c6d6af11648162d4189afe2a36a93883e08d7260f6cbe7fa6f3ca6582434eb9a20746a7004684474516990127bad017e12f2c7e4abeb53" 43 ] 44}