this repo has no description
1opam-version: "2.0"
2maintainer: "smimram@gmail.com"
3build: [
4 ["./configure" "--prefix" prefix]
5 [make]
6]
7remove: [["ocamlfind" "remove" "samplerate"]]
8depends: ["ocaml" "ocamlfind"]
9depexts: [
10 ["libsamplerate0-dev"] {os-family = "debian"}
11 ["libsamplerate"] {os = "macos" & os-distribution = "homebrew"}
12]
13install: [make "install"]
14synopsis:
15 "Bindings for the samplerate library which provides functions for changing samplerate of audio data"
16flags: light-uninstall
17url {
18 src:
19 "http://downloads.sourceforge.net/project/savonet/ocaml-samplerate/0.1.2/ocaml-samplerate-0.1.2.tar.gz"
20 checksum: [
21 "sha256=2cc960d3a9c64e13f88282a5ce963efa48d5fab678b9f955c032be1cc202f8a3"
22 "md5=ea01e55b0c01aa0e03ded5fe4e24007a"
23 ]
24}