this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3build: [
4 ["./configure" "--prefix" prefix]
5 [make]
6]
7remove: [["ocamlfind" "remove" "mad"]]
8depends: ["ocaml" "ocamlfind"]
9depexts: [
10 ["libmad0-dev"] {os-family = "debian"}
11]
12install: [make "install"]
13synopsis:
14 "Bindings for the mad library which provides functions for encoding wave audio files into mp3"
15flags: light-uninstall
16url {
17 src:
18 "http://downloads.sourceforge.net/project/savonet/ocaml-mad/0.4.4/ocaml-mad-0.4.4.tar.gz"
19 checksum: [
20 "sha256=d57491e294d5d8af8573b7b16e06b31b2f6a817598305b37826d97a3b0cc3f91"
21 "md5=e45b8c48e1fe6cbec0d4299fa80a66bd"
22 ]
23}