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/v0.5.1/ocaml-mm-0.5.1.tar.gz"
39 checksum: [
40 "md5=bca957255d205f16fd42c8f178a8703a"
41 "sha512=2e411ec3edb9004ac839afc717c49eb1ebcf07b6146a761e778e9b457da0c34b58850f0b5d65f5a77e47ba0e6d3d4420b2499662e08e4899a740223f4c02e64f"
42 ]
43}