Source: r-cran-pbdzmq Section: gnu-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Gordon Ball Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-pbdzmq Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-pbdzmq.git Homepage: https://cran.r-project.org/package=pbdZMQ Standards-Version: 4.6.2 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, pkg-config, libzmq3-dev Testsuite: autopkgtest-pkg-r Package: r-cran-pbdzmq Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: R bindings for ZeroMQ from the pbdR project A set of bindings for the well-known ZeroMQ communication library. pbdZMQ wraps the C API in higher-level R functions and supports several common ZeroMQ patterns including request-reply and push-pull. Some compatibility functions are included for existing code using rzmq.