Skip to content

Commit 07a5b12

Browse files
authored
Merge pull request #24032 from toots/opam-publish-mm.0.8.4
Package mm.0.8.4
2 parents 4303559 + 3eaae4d commit 07a5b12

File tree

1 file changed

+46
-0
lines changed
  • packages/mm/mm.0.8.4

1 file changed

+46
-0
lines changed

packages/mm/mm.0.8.4/opam

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"The mm library contains high-level APIs to create and manipulate multimedia streams (audio, video, MIDI)"
5+
maintainer: ["The Savonet Team <[email protected]>"]
6+
authors: ["Samuel Mimram <[email protected]>"]
7+
license: "LGPL-2.1-or-later"
8+
homepage: "https://github.com/savonet/ocaml-mm"
9+
bug-reports: "https://github.com/savonet/ocaml-mm/issues"
10+
depends: [
11+
"ocaml" {>= "4.08"}
12+
"ocaml" {with-test & >= "4.12"}
13+
"dune" {>= "3.6.2"}
14+
"dune-configurator"
15+
"odoc" {with-doc}
16+
]
17+
depopts: ["alsa" "ao" "mad" "pulseaudio" "ocamlsdl" "theora"]
18+
conflicts: [
19+
"mad" {< "0.5.0"}
20+
"alsa" {< "0.3.0"}
21+
]
22+
build: [
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+
]
36+
dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
37+
depexts: [
38+
["linux-headers"] {os-family = "alpine"}
39+
]
40+
url {
41+
src: "https://github.com/savonet/ocaml-mm/archive/refs/tags/v0.8.4.tar.gz"
42+
checksum: [
43+
"md5=9316f8bce6e8b7a2c83aaab31d3326dc"
44+
"sha512=489e082866fd7db77248cb7e3a5d0a7e5af6c3390c9b27b317cce9bb3a48f26e6a05d1d55a662a181b5dcbeeec59aded5d0f08bd33c0ee8554655c5cad69a782"
45+
]
46+
}

0 commit comments

Comments
 (0)