Package: wnpp Severity: wishlist Owner: Julien Plissonneau Duquène <sre4e...@free.fr> X-Debbugs-Cc: debian-devel@lists.debian.org, sre4e...@free.fr
* Package name : libfastdoubleparser-java Version : 2.0.1 Upstream Contact: Werner Randelshofer <werner.randelsho...@fibermail.ch> * URL : https://github.com/wrandelshofer/FastDoubleParser * License : MIT/Expat Programming Lang: Java Description : parsers for double, float, BigDecimal and BigInteger values Description: This is a Java port of Daniel Lemire's fast_float project. This project provides parsers for double, float, BigDecimal and BigInteger values. The double and float parsers are optimised for speed for the most common inputs. The BigDecimal and BigInteger parsers are optimised for speed on all inputs. The code in this project contains optimised versions for Java SE 1.8, 11, 17, 21 and 22. The code is released in a single multi-release jar, which contains the code for all these versions except 20. This library is now required by newer versions of jackson-core. It will be maintained by the Java Team.