File: control

package info (click to toggle)
libmath-calc-units-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 208 kB
  • ctags: 168
  • sloc: perl: 1,925; yacc: 38; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libmath-calc-units-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>, Jonathan Yu <frequency@cpan.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Math-Calc-Units/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-calc-units-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-calc-units-perl/

Package: libmath-calc-units-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: 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.