File: control

package info (click to toggle)
libdfp 1.0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,056 kB
  • sloc: ansic: 254,894; sh: 6,406; makefile: 687; awk: 455; python: 432; cpp: 254
file content (38 lines) | stat: -rw-r--r-- 1,565 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
Source: libdfp
Priority: optional
Maintainer: Frédéric Bonnard <frediz@debian.org>
Uploaders: Matthias Klose <doko@ubuntu.com>
Build-Depends: debhelper-compat (= 13), gawk, python3
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/libdfp/libdfp
Vcs-Git: https://salsa.debian.org/debian/libdfp.git
Vcs-Browser: https://salsa.debian.org/debian/libdfp
Section: libs

Package: libdfp-dev
Section: libdevel
Architecture: amd64 i386 s390x powerpc ppc64 ppc64el
Multi-Arch: same
Depends: libdfp1 (= ${binary:Version}), ${misc:Depends}
Description: decimal floating point library (runtime)
 The "Decimal Floating Point C Library" is an implementation of ISO/IEC
 Technical report  "ISO/IEC TR 24732" which describes the C-Language library
 routines necessary to provide the C library runtime support for decimal
 floating point data types introduced in IEEE 754-2008, namely _Decimal32,
 _Decimal64, and _Decimal128.
 .
 This package contains the development files.

Package: libdfp1
Architecture: amd64 i386 s390x powerpc ppc64 ppc64el
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: decimal floating point library (development files)
 The "Decimal Floating Point C Library" is an implementation of ISO/IEC
 Technical report  "ISO/IEC TR 24732" which describes the C-Language library
 routines necessary to provide the C library runtime support for decimal
 floating point data types introduced in IEEE 754-2008, namely _Decimal32,
 _Decimal64, and _Decimal128.
 .
 This package contains the runtime shared library.