File: control

package info (click to toggle)
e-antic 0.1.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,336 kB
  • sloc: ansic: 12,244; cpp: 2,084; makefile: 260; sh: 3
file content (58 lines) | stat: -rw-r--r-- 2,035 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
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
Source: e-antic
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 autoconf-archive, gnulib,
 libgmp-dev,
 libmpfr-dev,
 libflint-dev,
 libflint-arb-dev
Standards-Version: 4.5.1
Homepage: https://github.com/videlec/e-antic/
Vcs-Git: https://salsa.debian.org/science-team/e-antic.git
Vcs-Browser: https://salsa.debian.org/science-team/e-antic

Package: libeantic0
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. E-ANTIC provides ANTIC.
 .
 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,
 libflint-arb-dev,
 libeantic0 (= ${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. E-ANTIC provides ANTIC.
 .
 This package contains static libraries and symbolic links that developers
 using the E-ANTIC library will need.