File: control

package info (click to toggle)
xeus-gp 0.1.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: cpp: 406; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 866 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
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~),
               nlohmann-json3.12-dev,
               libpari-dev,
               libreadline-dev
Standards-Version: 4.7.2
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.