Source: ocaml-bjack Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Mehdi Dogguy Build-Depends: debhelper-compat (= 13), ocaml-nox, dh-ocaml, libjack-jackd2-dev | libjack-dev, libsamplerate0-dev, ocaml-findlib, pkg-config, Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/savonet/ocaml-bjack Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-bjack.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-bjack Package: libbjack-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml blocking interface to jack audio connection kit ocaml-bjack is a blocking interface to jack audio connection kit. Using it, you can create a jack device and read/write from it much like with ALSA or OSS. . This package contains only the shared runtime stub libraries. Package: libbjack-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, libjack-dev, libsamplerate0-dev, libbjack-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml blocking interface to jack audio connection kit ocaml-bjack is a blocking interface to jack audio connection kit. Using it, you can create a jack device and read/write from it much like with ALSA or OSS. . This package contains all the development stuff you need to develop OCaml programs which use ocaml-bjack.