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