File: control

package info (click to toggle)
xeus-gp 0.1.0-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 156 kB
  • sloc: cpp: 406; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 910 bytes parent folder | download
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
Source: xeus-gp
Priority: optional
Maintainer: Bill Allombert <ballombe@debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake,
               pkgconf,
               libzmq3-dev,
               xeus-dev (>= 5.0~),
               xeus-zmq-dev (>= 3.0~),
               xtl-dev (>= 0.7~),
               nlohmann-json3-dev (>= 3.11.3~),
               libpari-dev,
               libreadline-dev
Standards-Version: 4.7.0
Section: math
Homepage: https://pari.math.u-bordeaux.fr/
Rules-Requires-Root: no

Package: xeus-gp
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
Description: Native jupyter kernel for GP
 xeus-gp uses the xeus library to provide a high-performance,
 native kernel for running GP code in the jupyter notebook,
 or other frontends using the jupyter messaging protocol.
 .
 This package contains the xgp executable and jupyter kernel configuration.