Source: ocaml-bjack
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 dh-ocaml (>= 1.2),
 libjack-jackd2-dev | libjack-dev,
 libsamplerate0-dev,
 ocaml-dune,
 libdune-ocaml-dev,
 pkg-config,
Standards-Version: 4.6.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.
