opt 3.19-3 source package in Ubuntu

Changelog

opt (3.19-3) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * Apply multi-arch hints. + opt: Add Multi-Arch: same.

 -- Jelmer Vernooij <email address hidden>  Wed, 02 Nov 2022 21:39:43 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
opt_3.19-3.dsc 1.7 KiB 6a79a0a86c1a914d950692a4a503ce93258a385805e64cba3ca5a19d7c025bc1
opt_3.19.orig.tar.gz 211.5 KiB 9feb44c0f9ed88d12b08dab6d3c32da6f0b5094007cc1e6e112d2d53e6435acc
opt_3.19-3.debian.tar.xz 3.7 KiB bf3fd1e43a791ad5b174b24f7e4fd10ad77dd2ce943bc69e37a9066630b1fbb8

Available diffs

No changes file available.

Binary packages built by this source

opt: Options Parsing Tool library

 opt is a subroutine library which facilitates the convenient input
 of parameters to a C program. Parameters are parsed from a command
 line, with further facilities for reading options from files, from
 environment strings, or from an interactive environment. The aim of
 the opt package is to permit programs to be both user- and
 programmer- friendly. The package attempts to on the one hand
 provide a direct and relatively full-featured input interface to the
 ultimate user of the program, and at the same time impose a minimal
 amount of work on the programmer to "attach" the package to his or
 her software. It is similar to GNU's (and AT&T's old) getopts
 package, but with a different interface that might be easier to use.