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-samplerate"
5build: [
6 ["./configure" "--prefix" prefix]
7 [make]
8]
9install: [
10 [make "install"]
11]
12remove: ["ocamlfind" "remove" "samplerate"]
13depends: ["ocaml" "ocamlfind"]
14depexts: [
15 ["libsamplerate0-dev"] {os-family = "debian"}
16 ["libsamplerate"] {os = "macos" & os-distribution = "homebrew"}
17]
18bug-reports: "https://github.com/savonet/ocaml-samplerate/issues"
19dev-repo: "git+https://github.com/savonet/ocaml-samplerate.git"
20synopsis:
21 "Bindings for the samplerate library which provides functions for changing samplerate of audio data"
22flags: light-uninstall
23url {
24 src:
25 "https://github.com/savonet/ocaml-samplerate/releases/download/0.1.3/ocaml-samplerate-0.1.3.tar.gz"
26 checksum: [
27 "sha256=444f83278a9f679bc12245ba07763f667cb002631e470dd507b7a5a8fc37ea11"
28 "md5=1e92e9afe344f1023eacbbb7f1357b1c"
29 ]
30}