Skip to content

Commit 57d79cb

Browse files
authored
Merge pull request #25189 from toots/opam-publish-mm.0.8.5
Package mm.0.8.5
2 parents 1b2bb2f + b659894 commit 57d79cb

File tree

1 file changed

+43
-0
lines changed
  • packages/mm/mm.0.8.5

1 file changed

+43
-0
lines changed

packages/mm/mm.0.8.5/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"The mm library contains high-level APIs to create and manipulate multimedia streams (audio, video, MIDI)"
4+
maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
5+
authors: "Samuel Mimram <smimram@gmail.com>"
6+
license: "LGPL-2.1-or-later"
7+
homepage: "https://github.com/savonet/ocaml-mm"
8+
bug-reports: "https://github.com/savonet/ocaml-mm/issues"
9+
depends: [
10+
"ocaml" {>= "4.08"}
11+
"ocaml" {with-test & >= "4.12"}
12+
"dune" {>= "3.7"}
13+
"dune-configurator"
14+
"odoc" {with-doc}
15+
]
16+
depopts: ["alsa" "ao" "mad" "pulseaudio" "ocamlsdl" "theora"]
17+
conflicts: [
18+
"mad" {< "0.5.0"}
19+
"alsa" {< "0.3.0"}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
depexts: ["linux-headers"] {os-family = "alpine"}
36+
dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
37+
url {
38+
src: "https://github.com/savonet/ocaml-mm/archive/refs/tags/v0.8.5.tar.gz"
39+
checksum: [
40+
"md5=d2468f8ceecf97dd76a507bf94eba326"
41+
"sha512=c5b8289d3603fa7d6adb3688bce539ae45ff920c1b587001b2c81ffabf4397f090d4de5c89d8d5251f0eb0b8a7b36ce0104a5a8001dcbfe82e0fbca30f965c64"
42+
]
43+
}

0 commit comments

Comments
 (0)