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 ["./configure" "--prefix" prefix]
7 [make]
8]
9install: [
10 [make "install"]
11]
12remove: ["ocamlfind" "remove" "mm"]
13depends: [
14 "ocaml" {< "5.0.0"}
15 "ocamlfind" {build}
16]
17depopts: [
18 "alsa"
19 "ao"
20 "pulseaudio"
21 "gstreamer"
22 "mad"
23 "ogg"
24 "ocamlsdl"
25 "theora"
26]
27bug-reports: "https://github.com/savonet/ocaml-mm/issues"
28dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
29synopsis:
30 "The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)"
31conflicts: [
32 "ocaml-variants" {= "4.04.2+flambda"}
33]
34flags: light-uninstall
35url {
36 src:
37 "https://github.com/savonet/ocaml-mm/releases/download/0.4.1/ocaml-mm-0.4.1.tar.gz"
38 checksum: [
39 "md5=97d1ef96477ab47bf2d2faedf41c2328"
40 "sha512=1e8ce2a6d2684bfe0995d23e13242d2f2d51293af3980cd0e02f2a40d63ab3a3938db3b3b6e8da1627e0d7009e388c4fa81ecfd028bd66d18973b078e9847ed4"
41 ]
42}