File: control

package info (click to toggle)
ruby-sys-filesystem 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: ruby: 1,627; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 966 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-filesystem
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-ffi
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sys-filesystem.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sys-filesystem
Homepage: https://github.com/djberg96/sys-filesystem
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-sys-filesystem
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-ffi,
         ${misc:Depends},
         ${shlibs:Depends}
Description: ruby interface for getting file system information.
 The sys-filesystem library provides a cross-platform interface for
 gathering filesystem information, such as disk space and mount point data.