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-mad"
5build: [
6 ["./configure" "--prefix" prefix]
7 [make]
8]
9install: [
10 [make "install"]
11]
12remove: ["ocamlfind" "remove" "mad"]
13depends: ["ocaml" "ocamlfind"]
14depexts: [
15 ["libmad-dev"] {os-distribution = "alpine"}
16 ["libmad"] {os-distribution = "arch"}
17 ["libmad-devel"] {os-distribution = "centos"}
18 ["libmad-devel"] {os-distribution = "fedora"}
19 ["libmad-devel"] {os-family = "suse" | os-family = "opensuse"}
20 ["libmad0-dev"] {os-family = "debian"}
21 ["libmad"] {os-distribution = "nixos"}
22 ["mad"] {os = "macos" & os-distribution = "homebrew"}
23]
24bug-reports: "https://github.com/savonet/ocaml-mad/issues"
25dev-repo: "git+https://github.com/savonet/ocaml-mad.git"
26synopsis:
27 "Bindings for the mad library which provides functions for encoding wave audio files into mp3"
28flags: light-uninstall
29url {
30 src:
31 "https://github.com/savonet/ocaml-mad/releases/download/0.4.5/ocaml-mad-0.4.5.tar.gz"
32 checksum: [
33 "sha256=d7652111dd0c0ca9823bbfc829e1226a136ea4d73fa92400a1b6135c9886b920"
34 "md5=d326d7441c40d2bb1359766173306639"
35 ]
36}