ruby-cmdparse 3.0.7-1 source package in Ubuntu

Changelog

ruby-cmdparse (3.0.7-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 3.0.7

  [ Klaumi Klingsporn ]
  * d/control: Bump Standards-Version to 4.5.1 and
               debhelper-compat to 13.

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + ruby-cmdparse: Add Multi-Arch: foreign.

 -- Klaumi Klingsporn <email address hidden>  Sat, 30 Jan 2021 17:55:32 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-cmdparse_3.0.7-1.dsc 2.1 KiB ed9125a9f8a1ec91cb15694be66f03588cb5bce4833f3ada55eebbedef29d2fd
ruby-cmdparse_3.0.7.orig.tar.gz 50.5 KiB f06b91a2e000aa6a66a109a847fe26c0e5262a431409a82ded189c643c3faa91
ruby-cmdparse_3.0.7-1.debian.tar.xz 4.7 KiB 05d24685b205acb5521d4e6fae01d8a4b61f85854e8ecd6e8caae67c59b57411

Available diffs

No changes file available.

Binary packages built by this source

ruby-cmdparse: advanced command line parsing Ruby module supporting sub-commands

 It allows the creation of command style programs, that perform different
 functions depending on which command is invoked. Additionally, nesting
 of commands, i.e. commands that take commands themselves, is also possible.
 For option parsing, the Ruby standard library optparse is used.