double-conversion 3.1.5-4ubuntu1 source package in Ubuntu
Changelog
double-conversion (3.1.5-4ubuntu1) focal; urgency=medium * Drop one of the autopkgtests, as they both run the same thing and one is therefore redundant. * Make remaining autopkgtests cross-test-friendly. -- Steve Langasek <email address hidden> Thu, 09 Jan 2020 22:28:28 -0800
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
double-conversion_3.1.5.orig.tar.gz | 6.7 MiB | a63ecb93182134ba4293fd5f22d6e08ca417caafa244afaa751cbfddf6415b13 |
double-conversion_3.1.5-4ubuntu1.debian.tar.xz | 6.4 KiB | 996b8afc3cd91f35f996ca6735ff06d93df454ef53ea97664584b707f7f5965a |
double-conversion_3.1.5-4ubuntu1.dsc | 2.3 KiB | 750c2f6d14f63856a9ae79e8cf21fa436539dced8f4e73c3aa68957c3dbf2852 |
Available diffs
Binary packages built by this source
- libdouble-conversion-dev: routines to convert IEEE floats to and from strings (development files)
This library provides routines to convert IEEE single and double floats to and
from string representations. It offers at lot of flexibility with respect to
the conversion format: shortest, fixed, precision or exponential
representation; decimal, octal or hexadecimal basis; control over number of
digits, leading/trailing zeros and spaces.
.
The library consists of efficient conversion routines that have been
extracted from the V8 JavaScript engine. The code has been refactored
and improved so that it can be used more easily in other projects.
.
This package contains a static version of the library and development headers.
- libdouble-conversion3: routines to convert IEEE floats to and from strings
This library provides routines to convert IEEE single and double floats to and
from string representations. It offers at lot of flexibility with respect to
the conversion format: shortest, fixed, precision or exponential
representation; decimal, octal or hexadecimal basis; control over number of
digits, leading/trailing zeros and spaces.
.
The library consists of efficient conversion routines that have been
extracted from the V8 JavaScript engine. The code has been refactored
and improved so that it can be used more easily in other projects.
.
This package contains a shared version of the library.
- libdouble-conversion3-dbgsym: debug symbols for libdouble-conversion3