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: libsys-meminfo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Willi Mann <willi@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
perl-xs-dev,
perl:native
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsys-meminfo-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsys-meminfo-perl.git
Homepage: https://metacpan.org/release/Sys-MemInfo
Package: libsys-meminfo-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: module to query the total free and used physical memory
Sys::MemInfo is a Perl module to return the total amount of free and used
physical memory and swap-space. It is available for most major operating
systems.
|