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: ["alsa" "ao" "mad" "pulseaudio" "ocamlsdl" "theora"]
15conflicts: [
16 "mad" {< "0.5.0"}
17 "alsa" {< "0.3.0"}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
34depexts: [
35 ["linux-headers"] {os-family = "alpine"}
36]
37url {
38 src: "https://github.com/savonet/ocaml-mm/archive/v0.7.1.tar.gz"
39 checksum: [
40 "md5=948721e8a3e15015eb0b013d9f59f37b"
41 "sha512=f78edef4eb03d14c7a77a605241650e4bc2b3fb7ab7cfc37e0ea3acdcae8279ea7538179796ffd007456e2f657fe8335f3d57255e91c4db599c827161e5b92b2"
42 ]
43}