this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Beauxis <toots@rastageeks.org>"
3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
4homepage: "https://github.com/savonet/ocaml-mm"
5build: [
6 ["./bootstrap"] {dev}
7 ["./configure" "--prefix" prefix]
8 [make "clean"] {dev}
9 [make]
10]
11install: [
12 [make "install"]
13]
14depends: [
15 "ocaml" {>= "4.08.0" & < "5.0.0"}
16 "ocamlfind" {build}
17]
18depopts: [
19 "alsa"
20 "ao"
21 "pulseaudio"
22 "gstreamer"
23 "mad"
24 "ogg"
25 "ocamlsdl"
26 "theora"
27]
28bug-reports: "https://github.com/savonet/ocaml-mm/issues"
29dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
30synopsis:
31 "The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)"
32conflicts: [
33 "ocaml-variants" {= "4.04.2+flambda"}
34 "liquidsoap" {< "1.4.0"}
35]
36url {
37 src:
38 "https://github.com/savonet/ocaml-mm/releases/download/0.5.0/ocaml-mm-0.5.0.tar.gz"
39 checksum: [
40 "md5=a7debedb7a4a186f2f84d561738fcd0a"
41 "sha512=8c252471430496aa9df70986bfbcc79b927367879b926de3fb0f02f6998752dd321b3956a9a2eb238af78740fdd5f406d7a16e616a72030b1e131163c0f4482c"
42 ]
43}