Source: xeus Priority: optional Maintainer: Debian Science Maintainers Uploaders: Gordon Ball Build-Depends: debhelper-compat (= 13), cmake, libzmq3-dev, xtl-dev, nlohmann-json3-dev, uuid-dev, libssl-dev, pkg-config, googletest , Standards-Version: 4.5.0 Section: libs Homepage: https://github.com/jupyter-xeus/xeus Vcs-Git: https://salsa.debian.org/science-team/xeus.git Vcs-Browser: https://salsa.debian.org/science-team/xeus Rules-Requires-Root: no Package: libxeus1 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: C++ Implementation of the Jupyter Kernel protocol (library) 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 shared library. Package: xeus-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libxeus1 (= ${binary:Version}), xtl-dev, libzmq3-dev, nlohmann-json3-dev, uuid-dev, libssl-dev, Description: C++ Implementation of the Jupyter Kernel protocol (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.