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]
28conflicts: [
29 "alsa" {< "0.3.0"}
30]
31bug-reports: "https://github.com/savonet/ocaml-mm/issues"
32dev-repo: "git+https://github.com/savonet/ocaml-mm.git"
33synopsis:
34 "The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)"
35url {
36 src:
37 "https://github.com/savonet/ocaml-mm/releases/download/v0.6.0/ocaml-mm-0.6.0.tar.gz"
38 checksum: [
39 "md5=f52374f220bd24a4f91f9622927ed9fc"
40 "sha512=e05855d0363acb2615c59d40b673fb2696843658bc42e6c87a2c10972a5b7c6e7703db118d1b58653a499abe1134cd613a9b4394949508d38a3cb192320b6729"
41 ]
42}