this repo has no description

Package mm.0.8.6

Changed files
+46
packages
mm
mm.0.8.6
+46
packages/mm/mm.0.8.6/opam
···
···
+
# 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 <savonet-users@lists.sourceforge.net>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
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.7"}
+
"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.6.tar.gz"
+
checksum: [
+
"md5=003b6e873fe6158dda4627bb674fb57b"
+
"sha512=c486e8eaa5dd25a2629c9486c4048ffa2cdeae9e56f73bc8d01a86413038dd3473ebd383abb06f08a2a24a78a335f22aede98ac92436e42a9c6eb1a856f92dab"
+
]
+
}