libmath-calc-units-perl 1.07-2.1 source package in Ubuntu

Changelog

libmath-calc-units-perl (1.07-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 01 Jan 2021 15:20:52 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe perl
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-calc-units-perl_1.07-2.1.dsc 2.1 KiB d2a3733dcbf92bdc837a77b03265d7d921071177a486430d059f7c8216cd9d13
libmath-calc-units-perl_1.07.orig.tar.gz 33.2 KiB 61e3cfdb27bb3bee27beb97124dd930760e1039edc1eb7816c2f5627765f8f8f
libmath-calc-units-perl_1.07-2.1.debian.tar.xz 2.9 KiB 6cc3630d7d3f85d33131a6fb7eaa0bf866771a56ee2a72867899bdf7c8927b50

Available diffs

No changes file available.

Binary packages built by this source

libmath-calc-units-perl: Human-readable unit-aware calculator

 Math::Calc::Units is a simple calculator that keeps track of units. It only
 handles combinations of byte sizes and duration only, though adding any other
 multiplicative types is easy. Any unknown type is treated as a unique user
 type (with some effort to map English plurals to their singular forms).
 .
 The included 'ucalc' program prints out all of the "readable" variants of a
 value. For example, "3 bytes" will only produce "3 byte", but "3 byte/sec"
 produces the original along with "180 byte/minute", etc.