1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: xeus
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Build-Depends: debhelper-compat (= 13),
cmake,
cppzmq-dev,
xtl-dev (>= 0.7~),
nlohmann-json3-dev,
uuid-dev,
libssl-dev,
pkg-config,
googletest <!nocheck>,
doctest-dev,
Standards-Version: 4.6.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: libxeus6
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},
libxeus6 (= ${binary:Version}),
xtl-dev,
cppzmq-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.
|