# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)" maintainer: ["The Savonet Team "] authors: ["Romain Beauxis "] license: "GPL-2.0" homepage: "https://github.com/savonet/ocaml-mm" bug-reports: "https://github.com/savonet/ocaml-mm/issues" depends: [ "ocaml" {< "5.0.0"} "ocaml" {with-test & >= "4.07"} "dune" {>= "2.8"} "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/v0.7.4.tar.gz" checksum: [ "md5=c37d3d7300159c55f7f661afa702350f" "sha512=14eae4f480fa6b2f94811059c4811f0b967de32819b6908e0f3c03579f912614cad7351c12eb31c485b25a8dd4e86091853f93890a491a74c91a5b12e98ff28d" ] }