Skip to content

Commit

Permalink
Package mm.0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Feb 5, 2024
1 parent e8a580a commit b659894
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/mm/mm.0.8.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
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 <[email protected]>"
authors: "Samuel Mimram <[email protected]>"
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"
]
}

0 comments on commit b659894

Please sign in to comment.