File: control

package info (click to toggle)
ruby-sys-uname 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: ruby: 1,093; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,003 bytes parent folder | download
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
Source: ruby-sys-uname
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 2.2.8~),
               rake,
               ruby-ffi (>= 1.1),
               ruby-memoist,
               ruby-rspec
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sys-uname.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sys-uname
Homepage: https://github.com/djberg96/sys-uname
Testsuite: autopkgtest-pkg-ruby

Package: ruby-sys-uname
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: interface for returning uname (platform) information
 The sys-uname library provides an interface for gathering information
 about your current platform. The library is named after the Unix 'uname'
 command. Available information includes OS name, OS version, system name and
 so on.