1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libdata-ieee754-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libtest-bits-perl,
perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-ieee754-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-ieee754-perl.git
Homepage: https://metacpan.org/release/Data-IEEE754
Testsuite: autopkgtest-pkg-perl
Package: libdata-ieee754-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module to pack and unpack big-endian IEEE754 floats and doubles
Data::IEEE754 provides some simple convenience functions for packing and
unpacking IEEE 754 floats and doubles.
.
Currently this module only implements big-endian order. Patches to add
little-endian order subroutines are welcome.
|