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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: liblopsub
Section: libdevel
Priority: optional
Maintainer: Andre Noll <maan@tuebingen.mpg.de>
Build-Depends: dpkg-dev (>= 1.22.5), m4, flex, debhelper (>= 10.0)
Standards-Version: 4.6.2
Homepage: https://people.tuebingen.mpg.de/maan/lopsub
Vcs-Browser: https://git.tuebingen.mpg.de/lopsub.git
Vcs-Git: https://git.tuebingen.mpg.de/lopsub.git
Rules-Requires-Root: no
Package: liblopsub1t64
Section: libs
Provides: ${t64:Provides}
Replaces: liblopsub1
Breaks: liblopsub1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Long Option Parser for Subcommands
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.
Package: liblopsub-dev
Architecture: any
Depends: ${shlibs:Depends}, liblopsub1t64 (= ${binary:Version}), ${misc:Depends}, liblopsub-bin (= ${binary:Version})
Description: Long Option Parser for Subcommand - headers
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 development environment for the lopsub library.
Package: liblopsub-bin
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, liblopsub1t64 (= ${binary:Version}), ${misc:Depends}
Breaks: liblopsub-dev (<< 1.0.5-1.1~)
Replaces: liblopsub-dev (<< 1.0.5-1.1~)
Description: Long Option Parser for Subcommand - generator
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.
|