]> git.tuebingen.mpg.de Git - lopsub.git/blob - debian/control
debian: Prefer https over http and git.
[lopsub.git] / debian / control
1 Source: liblopsub
2 Section: libdevel
3 Priority: optional
4 Maintainer: Andre Noll <maan@tuebingen.mpg.de>
5 Build-Depends: dpkg-dev (>= 1.22.5), m4, flex, debhelper (>= 10.0)
6 Standards-Version: 4.3.0
7 Homepage: https://people.tuebingen.mpg.de/maan/lopsub
8 Vcs-Browser: https://git.tuebingen.mpg.de/lopsub.git
9 Vcs-Git: https://git.tuebingen.mpg.de/lopsub.git
10
11 Package: liblopsub1t64
12 Provides: ${t64:Provides}
13 Replaces: liblopsub1
14 Breaks: liblopsub1 (<< ${source:Version})
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Description: Long Option Parser for Subcommands
18  Lopsub  is  an  open  source library written in C which aims to ease
19  the task of creating, documenting and parsing the options of Unix
20  command line utilities. It is suitable for simple commands as well
21  as complex command line utilities with many subcommands where  each
22  subcommand  has its own set of options. Options and documentation are
23  kept together in a single file which can be translated to C code (to
24  be included in the application), or to a manual page.  The library
25  supports single-character short options and GNU-style long  options.
26  The public API is well documented and stable.
27
28 Package: liblopsub-dev
29 Architecture: any
30 Depends: ${shlibs:Depends}, liblopsub1t64 (= ${binary:Version}), ${misc:Depends}
31 Description: Long Option Parser for Subcommand - headers
32  Lopsub  is  an  open  source library written in C which aims to ease
33  the task of creating, documenting and parsing the options of Unix
34  command line utilities. It is suitable for simple commands as well
35  as complex command line utilities with many subcommands where  each
36  subcommand  has its own set of options. Options and documentation are
37  kept together in a single file which can be translated to C code (to
38  be included in the application), or to a manual page.  The library
39  supports single-character short options and GNU-style long  options.
40  The public API is well documented and stable.
41  This package contains the development environment for the lopsub library.