1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
  
     | 
    
      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 (>= 9.20120312~),
               perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-meminfo-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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}
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.
 
     |