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
|
Source: fast-float
Section: libdevel
Priority: optional
Maintainer: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Build-Depends: cmake, debhelper-compat (= 13), python3
Standards-Version: 4.6.2
Homepage: https://github.com/fastfloat/fast_float
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/fast-float.git
Vcs-Browser: https://salsa.debian.org/debian/fast-float
Package: libfast-float-dev
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Implementation of the C++ from_chars functions for float and double types
The fast_float library provides fast header-only
implementations for the C++ from_chars functions
for float and double types. These functions convert
ASCII strings representing decimal valuesinto
binary types. This library provides exact rounding
(including round to even). These fast_float
functions run many times faster than comparable
number-parsing functions from existing C++ standard
libraries.
|