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 ["libsamplerate-devel"] {os-distribution = "centos"}
16 ["libsamplerate-devel"] {os-distribution = "fedora"}
17 ["libsamplerate-devel"] {os-family = "suse" | os-family = "opensuse"}
18 ["libsamplerate-dev"] {os-distribution = "alpine"}
19 ["libsamplerate0-dev"] {os-family = "debian"}
20 ["libsamplerate"] {os = "macos" & os-distribution = "homebrew"}
21]
22bug-reports: "https://github.com/savonet/ocaml-samplerate/issues"
23dev-repo: "git+https://github.com/savonet/ocaml-samplerate.git"
24synopsis:
25 "Bindings for the samplerate library which provides functions for changing samplerate of audio data"
26flags: light-uninstall
27url {
28 src:
29 "https://github.com/savonet/ocaml-samplerate/releases/download/0.1.4/ocaml-samplerate-0.1.4.tar.gz"
30 checksum: [
31 "sha256=196177d1560257aab9ad6b86556bbfda789f37ee71b34a177bf8fc18ce917c0c"
32 "md5=d1d893965ba6f4e83054574447da9e00"
33 ]
34}