this repo has no description
1opam-version: "2.0"
2synopsis:
3 "The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["Romain Beauxis <toots@rastageeks.org>"]
6license: "GPL-2.0-only"
7homepage: "https://github.com/savonet/ocaml-mm"
8bug-reports: "https://github.com/savonet/ocaml-mm/issues"
9depends: [
10 "ocaml" {< "5.0.0"}
11 "dune" {>= "2.0"}
12 "dune-configurator"
13]
14depopts: [
15 "alsa"
16 "ao"
17 "mad"
18 "pulseaudio"
19 "ocamlsdl"
20 "theora"
21]
22depexts: [
23 ["linux-headers"] {os-family = "alpine"}
24]
25conflicts: [
26 "mad" {< "0.5.0"}
27 "alsa" {< "0.3.0"}
28]
29build: [
30 ["dune" "subst"] {dev}
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "@install"
39 "@runtest" {with-test}
40 "@doc" {with-doc}
41 ]
42]
43dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
44url {
45 src: "https://github.com/savonet/ocaml-mm/archive/v0.7.0.tar.gz"
46 checksum: [
47 "md5=5338523070ce8aeae652b8680718c6d8"
48 "sha512=e12c2048c4438911578e2dbe109a1d1c98b1c05ef80b3a860a2e275eeb24d3831484d8e82ca34914da3b94850e96e3ef2c2e5c3801d031062780142b7fdca90c"
49 ]
50}