this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Bindings for the soundtouch library which provides functions for changing pitch and timestretching audio data"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "LGPL-2.1-only"
7homepage: "https://github.com/savonet/ocaml-soundtouch"
8bug-reports: "https://github.com/savonet/ocaml-soundtouch/issues"
9depends: [
10 "ocaml"
11 "dune" {>= "2.0"}
12 "dune-configurator"
13 "conf-soundtouch"
14 "conf-pkg-config"
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/savonet/ocaml-soundtouch.git"
31url {
32 src: "https://github.com/savonet/ocaml-soundtouch/archive/v0.1.9.tar.gz"
33 checksum: [
34 "md5=bb457bc6a52619c720ab8c4a565f1bf7"
35 "sha512=2e330a9218a81bff8dd1d5d8c9b1fb59d9b9adc2fcf1532d20396f8075888f948e310cef0343875e59adb9e0c5d74b38d5a55dae15e0517d3316d8e72cac15a0"
36 ]
37}