File: control

package info (click to toggle)
libtrollop-ruby 1.9-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 104 kB
  • ctags: 85
  • sloc: ruby: 1,132; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libtrollop-ruby
Section: devel
Priority: extra
Maintainer: Decklin Foster <decklin@red-bean.com>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.0
Homepage: http://trollop.rubyforge.org

Package: libtrollop-ruby
Architecture: all
Depends: ruby, ${misc:Depends}
Description: command-line argument processing library
 Trollop is YAFCLAP --- yet another fine commandline argument processor
 for Ruby. Trollop is designed to provide the maximal amount of GNU-style
 argument processing in the minimum number of lines of code (for you, the
 programmer).