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: gp2c
Section: math
Priority: optional
Maintainer: Bill Allombert <ballombe@debian.org>
Build-Depends: debhelper-compat (= 13), libpari-dev (>= 2.11.0), pari-gp (>= 2.11.0)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://pari.math.u-bordeaux.fr
Package: pari-gp2c
Architecture: any
Depends: libpari-dev (>= 2.11.0), gcc, pari-gp (>= 2.11.0), ${shlibs:Depends},${misc:Depends}
Suggests: pari-gp-dbgsym, gdb
Description: PARI/GP GP to C compiler
PARI/GP is a widely used computer algebra system designed for fast
computations in number theory (factorizations, algebraic number theory,
elliptic curves...), but also contains a large number of other useful
functions to compute with mathematical entities such as matrices,
polynomials, power series, algebraic numbers, etc., and a lot of
transcendental functions. PARI is also available as a C library to allow
for faster computations.
.
Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
France), PARI is now under the GPL and maintained by Karim Belabas
with the help of many volunteer contributors.
.
This package contains the G2PC compiler that converts GP scripts to C
libpari modules and the helper scripts gp2c-run and gp2c-dbg.
|