1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: libsystem-info-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carnë Draug <carandraug+dev@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libtest-nowarnings-perl,
perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsystem-info-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsystem-info-perl.git
Homepage: https://metacpan.org/release/System-Info
Package: libsystem-info-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: package to obtain basic system information
System::Info tries to present system-related information, like number
of CPUs, architecture, OS, and release related information in a
system-independent way. This releases the user of this module of the
need to know if the information comes from Windows, Linux, HP-UX,
AIX, Solaris, Irix, or VMS, and if the architecture is i386, x64,
pa-risc2, or arm.
|