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