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