#1147305 O: liblopsub -- Long Option Parser for Subcommand - generator

#1147305#5
Date:
2026-09-10 17:06:52 UTC
From:
To:
The former maintainer of this package Andre Noll (in CC) has declared to
step back from the Debian maintenance tasks and concentrate on upstream
development exclusively.  Thus I have orphaned this package.

The package description is:
 Lopsub  is  an  open  source library written in C which aims to ease
 the task of creating, documenting and parsing the options of Unix
 command line utilities. It is suitable for simple commands as well
 as complex command line utilities with many subcommands where  each
 subcommand  has its own set of options. Options and documentation are
 kept together in a single file which can be translated to C code (to
 be included in the application), or to a manual page.  The library
 supports single-character short options and GNU-style long  options.
 The public API is well documented and stable.
 This package contains the lopsubgen conversion utility.