File: control

package info (click to toggle)
libcmdparse-ruby 1.0.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 184 kB
  • ctags: 208
  • sloc: ruby: 1,272; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libcmdparse-ruby
Section: interpreters
Priority: optional
Maintainer: Arnaud Cornet <arnaud.cornet@gmail.com>
Build-Depends-Indep: cdbs, debhelper, ruby
Standards-Version: 3.6.2.1

Package: libcmdparse-ruby
Architecture: all
Depends: ruby
Description: Advanced command line parsing module supporting sub-commands
 Flexible library simplifying creation of shell commands using sub-commands,
 ie a la apt-get.
 Uses optparse, part of ruby standard library.