Source: double-conversion Maintainer: Debian Science Team Uploaders: Mo Zhou Section: libs Priority: optional Build-Depends: debhelper-compat (= 13), dh-exec Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/science-team/double-conversion Vcs-Git: https://salsa.debian.org/science-team/double-conversion.git Homepage: https://github.com/google/double-conversion Rules-Requires-Root: no Package: libdouble-conversion3 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: 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. Package: libdouble-conversion-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libdouble-conversion3 (= ${binary:Version}), ${misc:Depends} Description: 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.