this repo has no description
1opam-version: "2.0"
2synopsis:
3 "The mm library contains high-level APIs to create and manipulate multimedia streams (audio, video, MIDI)"
4maintainer: "The Savonet Team <savonet-users@lists.sourceforge.net>"
5authors: "Samuel Mimram <smimram@gmail.com>"
6license: "LGPL-2.1-or-later"
7homepage: "https://github.com/savonet/ocaml-mm"
8bug-reports: "https://github.com/savonet/ocaml-mm/issues"
9depends: [
10 "ocaml" {>= "4.08"}
11 "ocaml" {with-test & >= "4.12"}
12 "dune" {>= "3.7"}
13 "dune-configurator"
14 "odoc" {with-doc}
15]
16depopts: ["alsa" "ao" "mad" "pulseaudio" "ocamlsdl" "theora"]
17conflicts: [
18 "mad" {< "0.5.0"}
19 "alsa" {< "0.3.0"}
20]
21build: [
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]
35depexts: ["linux-headers"] {os-family = "alpine"}
36dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
37url {
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}