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 26 27 28 29 30 31
  
     | 
    
      Source: ruby-sys-proctable
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Valentin Vidic <vvidic@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-ffi,
               ruby-rspec
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sys-proctable.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sys-proctable
Homepage: https://github.com/djberg96/sys-proctable
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-sys-proctable
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby,
         ruby-ffi,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby interface for gathering process information
 The sys-proctable library provides an interface for gathering information
 about processes on your system, i.e. the process table. Most major
 platforms are supported and, while different platforms may return
 different information, the external interface is identical across
 platforms.
 
     |