this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3homepage: "http://www.mega-nerd.com/SRC/"
4bug-reports: "https://github.com/ocaml/opam-repository/issues"
5authors: "libsamplerate dev team"
6license: "BSD-2-clause"
7depends: ["conf-samplerate" {build}]
8synopsis: "Virtual package relying on libsamplerate"
9description:
10 "This package can only install if the samplerate library is installed on the system."
11flags: conf
12post-messages: [
13 "This package is deprecated and should be replaced by conf-samplerate" {success}
14]