File: control

package info (click to toggle)
tlfloat 1.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,836 kB
  • sloc: cpp: 22,339; ansic: 1,920; makefile: 32
file content (50 lines) | stat: -rw-r--r-- 1,662 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
Source: tlfloat
Section: math
Standards-Version: 4.7.3
Maintainer: Shengqi Chen <harry@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 ninja-build,
 architecture-is-64-bit,
 libmpfr-dev <!nocheck>,
 doxygen <!nodoc>,
 graphviz <!nodoc>,
Homepage: https://github.com/shibatch/tlfloat
Vcs-Git: https://salsa.debian.org/science-team/tlfloat.git
Vcs-Browser: https://salsa.debian.org/science-team/tlfloat

Package: libtlfloat1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ template library for floating point operations (shared library)
 tlfloat implements C++ classes with which half, single, double, quadruple
 and octuple precision IEEE 754 floating point numbers can be operated.
 .
 This package contains libtlfloat shared library.

Package: libtlfloat-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libtlfloat1 (= ${binary:Version})
Suggests: libtlfloat-doc
Description: C++ template library for floating point operations (development files)
 tlfloat implements C++ classes with which half, single, double, quadruple
 and octuple precision IEEE 754 floating point numbers can be operated.
 .
 This package contains development files for libtlfloat.

Package: libtlfloat-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends: ${misc:Depends}
Description: C++ template library for floating point operations (documentation)
 tlfloat implements C++ classes with which half, single, double, quadruple
 and octuple precision IEEE 754 floating point numbers can be operated.
 .
 This package contains API documentation for libtlfloat.