File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments