Source: xeus-zmq Priority: optional Maintainer: Bill Allombert Build-Depends: debhelper-compat (= 13), cmake, cppzmq-dev (>= 4.8.1), xeus-dev (>= 5.0.0), nlohmann-json3.12-dev, libssl-dev, pkgconf, doctest-dev, Standards-Version: 4.7.3 Section: libs Homepage: https://github.com/jupyter-xeus/xeus-zmq Rules-Requires-Root: no Package: libxeus-zmq6 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: ZeroMQ middleware for xeus (library) xeus-zmq provides the ZMQ transport for the Jupyter kernel protocol. This was formerly part of libxeus but was split into a separate library for xeus >= 3 . This package contains the shared library. Package: xeus-zmq-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libxeus-zmq6 (= ${binary:Version}), xeus-dev (>= 5.0.0), cppzmq-dev (>= 4.8.1), nlohmann-json3.12-dev, libssl-dev, Description: ZeroMQ middleware for xeus (headers) xeus enables custom kernel authors to implement Jupyter kernels more easily. It takes the burden of implementing the Jupyter Kernel protocol so developers can focus on implementing the interpreter part of the Kernel. . This package contains the headers and cmake config.