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 37 38 39 40 41 42 43 44 45
|
Source: libcommandline-ruby
Section: libs
Priority: optional
Maintainer: Esteban Manchado Velázquez <zoso@foton.es>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro@inf.ufrgs.br>, David Moreno Garza <damog@debian.org>, David Nusinow <dnusinow@debian.org>, Paul van Tilburg <paulvt@debian.org>, Esteban Manchado Velázquez <zoso@debian.org>, Arnaud Cornet <arnaud.cornet@gmail.com>, Lucas Nussbaum <lucas@lucas-nussbaum.net>, Thierry Reding <thierry@doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck@DuckCorp.org>, Ari Pollak <ari@debian.org>
Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, rdoc, graphviz
Build-Depends: cdbs, debhelper (>= 4.1.0)
Standards-Version: 3.6.2
Package: libcommandline-ruby
Architecture: all
Depends: libcommandline-ruby1.8
Description: Ruby library to write command-line applications
This library greatly simplifies the repetitive process of building a command
line user interface for your applications. It's 'ruby-like' usage style
streamlines application development so that even applications with numerous
configuration options can be quickly put together. CommandLine automatically
builds friendly usage and help screens that are nicely formatted for the user.
.
This is a dummy package depending on the library for the current default
version of Ruby.
Package: libcommandline-ruby-doc
Section: doc
Architecture: all
Depends: libcommandline-ruby1.8
Description: Ruby library to write command-line applications (documentation)
This library greatly simplifies the repetitive process of building a command
line user interface for your applications. It's 'ruby-like' usage style
streamlines application development so that even applications with numerous
configuration options can be quickly put together. CommandLine automatically
builds friendly usage and help screens that are nicely formatted for the user.
.
This is the documentation package, with upstream documentation, as well as
generated rdoc.
Package: libcommandline-ruby1.8
Architecture: all
Depends: ruby1.8, libtext-format-ruby1.8
Description: Ruby library to write command-line applications
This library greatly simplifies the repetitive process of building a command
line user interface for your applications. It's 'ruby-like' usage style
streamlines application development so that even applications with numerous
configuration options can be quickly put together. CommandLine automatically
builds friendly usage and help screens that are nicely formatted for the user.
|