File: control

package info (click to toggle)
ruby-path-expander 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 116 kB
  • sloc: ruby: 218; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,468 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
27
28
29
30
31
32
33
34
35
36
Source: ruby-path-expander
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cocoa <cocoa1231@disroot.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-path-expander.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-path-expander
Homepage: https://github.com/seattlerb/path_expander
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-path-expander
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: PathExpander helps pre-process command-line arguments 
 PathExpander helps pre-process command-line arguments expanding
 directories into their constituent files. It further helps by
 providing additional mechanisms to make specifying subsets easier
 with path subtraction and allowing for command-line arguments to be
 saved in a file.
 .
 NOTE: this is NOT an options processor. It is a path processor
 (basically everything else besides options). It does provide a
 mechanism for pre-filtering cmdline options, but not with the intent
 of actually processing them in PathExpander. Use OptionParser to
 deal with options either before or after passing ARGV through
 PathExpander.