this repo has no description

Package mm.0.8.5

Changed files
+43
packages
mm
mm.0.8.5
+43
packages/mm/mm.0.8.5/opam
···
+
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}
+
]
+
]
+
depexts: ["linux-headers"] {os-family = "alpine"}
+
dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
+
url {
+
src: "https://github.com/savonet/ocaml-mm/archive/refs/tags/v0.8.5.tar.gz"
+
checksum: [
+
"md5=d2468f8ceecf97dd76a507bf94eba326"
+
"sha512=c5b8289d3603fa7d6adb3688bce539ae45ff920c1b587001b2c81ffabf4397f090d4de5c89d8d5251f0eb0b8a7b36ce0104a5a8001dcbfe82e0fbca30f965c64"
+
]
+
}