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.0/ocaml-mm-0.4.0.tar.gz"
38 checksum: [
39 "sha256=1a103e736191d5060493d935abe35ac33199051cd8eedbea146f4ca9a60152ca"
40 "md5=894ea52370fd08569dc905b9a0e8e713"
41 ]
42}