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 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: e-antic
Section: math
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
autoconf-archive, gnulib,
libgmp-dev,
libmpfr-dev,
libflint-dev (>> 3.1.2-1~),
libboost-dev,
libbenchmark-dev,
libcereal-dev
Standards-Version: 4.6.2
Homepage: https://github.com/flatsurf/e-antic/
Vcs-Git: https://salsa.debian.org/math-team/e-antic.git
Vcs-Browser: https://salsa.debian.org/math-team/e-antic
Package: libeantic3
Provides: libeantic
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libeantic
Multi-Arch: same
Description: real Embedded Algebraic Number Theory In C/C++ - libs
E-ANTIC is a C/C++ mathematical library to deal with real embedded
number fields built on top of ANTIC; ANTIC is an Algebraic Number
Theory library In C <https://github.com/wbhart/antic>. The aim of
the E-ANTIC library is to have as fast as possible exact arithmetic
operations and comparisons.
.
This package provides the shared libraries required to run programs compiled
against the E-ANTIC library. To compile your own programs you also need to
install the libeantic-dev package.
Package: libeantic-dev
Section: libdevel
Architecture: any
Depends:
libgmp-dev,
libmpfr-dev,
libflint-dev,
libboost-dev,
libeantic3 (= ${binary:Version}),
${misc:Depends}
Conflicts: libeantic-dev
Multi-Arch: same
Description: real Embedded Algebraic Number Theory In C/C++ - libdev
E-ANTIC is a C/C++ mathematical library to deal with real embedded
number fields built on top of ANTIC; ANTIC is an Algebraic Number
Theory library In C <https://github.com/wbhart/antic>. The aim of
the E-ANTIC library is to have as fast as possible exact arithmetic
operations and comparisons.
.
This package contains static libraries and symbolic links that developers
using the E-ANTIC library will need.
|