libapfloat-java 1.9.1-3 source package in Ubuntu

Changelog

libapfloat-java (1.9.1-3) unstable; urgency=medium

  * Fixing FTBFS in Bullseye by correcting a test with a large RAM amount
  * Bumping Standards version to 4.5.1 (no changes needed)
  * Marking the binary package as Multi-Arch:foreign

 -- Pierre Gruet <email address hidden>  Thu, 19 Nov 2020 22:51:42 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapfloat-java_1.9.1-3.dsc 2.2 KiB a4911817452cbdb607214dcfad2da3d0e9140aea1d8386df02e3973f24f03060
libapfloat-java_1.9.1.orig.tar.gz 694.0 KiB dd775d25fd0f56e9afe2fed6a7982750541e9a1f7be74c541129f11c84c5d76c
libapfloat-java_1.9.1-3.debian.tar.xz 6.2 KiB 667829d43b78c8e2b2daa00a60c1499c3af471bd4012187da9b57bb2e110bc63

Available diffs

No changes file available.

Binary packages built by this source

libapfloat-java: 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.