# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "The mm library contains high-level APIs to create and manipulate multimedia streams (audio, video, MIDI)" maintainer: ["The Savonet Team "] authors: ["Samuel Mimram "] license: "LGPL-2.1-or-later" homepage: "https://github.com/savonet/ocaml-mm" bug-reports: "https://github.com/savonet/ocaml-mm/issues" depends: [ "ocaml" {>= "4.08"} "ocaml" {with-test & >= "4.12"} "dune" {>= "3.6.2"} "dune-configurator" "odoc" {with-doc} ] depopts: ["alsa" "ao" "mad" "pulseaudio" "ocamlsdl" "theora"] conflicts: [ "mad" {< "0.5.0"} "alsa" {< "0.3.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/savonet/ocaml-mm.git" depexts: [ ["linux-headers"] {os-family = "alpine"} ] url { src: "https://github.com/savonet/ocaml-mm/archive/refs/tags/v0.8.4.tar.gz" checksum: [ "md5=9316f8bce6e8b7a2c83aaab31d3326dc" "sha512=489e082866fd7db77248cb7e3a5d0a7e5af6c3390c9b27b317cce9bb3a48f26e6a05d1d55a662a181b5dcbeeec59aded5d0f08bd33c0ee8554655c5cad69a782" ] }