| 12
 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
 
 | Source: libapfloat-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Pierre Gruet <pgt@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               ant-contrib,
               default-jdk,
               javahelper,
               maven-debian-helper,
               libmaven-antrun-plugin-java,
               libmaven-shade-plugin-java,
               libbuild-helper-maven-plugin-java,
               libjavacc-maven-plugin-java,
               junit4 <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libapfloat-java
Vcs-Git: https://salsa.debian.org/java-team/libapfloat-java.git
Homepage: http://www.apfloat.org/apfloat_java
Rules-Requires-Root: no
Package: libapfloat-java
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Recommends: ${java:Recommends}
Multi-Arch: foreign
Description: high performance arbitrary precision arithmetic library for Java
 Apfloat is a high performance arbitrary precision arithmetic library.
 You can perform calculations with a precision of millions of digits with
 it. It's as simple to use as Java's BigDecimal or BigInteger classes,
 but performs a lot better with extreme precision numbers (more than a
 few hundred digits). Also, a full suite of mathematical functions for
 arbitrary precision numbers are available: all those existing in
 java.lang.Math and more.
 |