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