Source: libch
Priority: optional
Maintainer: Christian Hammers <ch@debian.org>
Standards-Version: 2.4.1

Package: libch
Section: devel
Architecture: any
Depends: ${shlibs:Depends}
Description: C library for debug,CGI,HTML,SQL,time conversion...
 This is an universal C library intendet mainly for developers who do
 CGI or database programming. 
 .
 It contains many useful functions for debugging (esp. for CGI !!!),
 creating CGI programs, and a wrapper for Database routines that enables
 you to create one programm and let it run with MySQL, MSQL, PostgresQL by
 changing only 1 define statement.
 .
 Other goodies: 
  * easy to remember time conversion functions
  * a simple regular expression match function (do *you* like regcomp(3))
  * HTML and URL character en-/decoding
  * validation checks for InterNet addresses and domain names
 .
 The MySQL and MSQL parts are in the contrib/libs directory !

Package: libch-dev
Section: devel
Architecture: any
Depends: libch
Description: C library for debug,CGI,HTML,SQL,time conversion...
 This is an universal C library intendet mainly for developers do CGI or
 database programming. 
 .
 It contains many useful functions for debugging (esp. for CGI !!!),
 creating CGI programs, and a wrapper for Database routines that enables
 you to create one programm and let it run with MySQL, MSQL, PostgresQL by
 changing only 1 define statement.
 .
 Other goodies: 
  * easy to remember time conversion functions
  * a simple regular expression match function (do *you* like regcomp(3))
  * HTML and URL character en-/decoding
  * validation checks for InterNet addresses and domain names
 .
 The MySQL and MSQL parts are in the contrib/libs directory !

Package: libchmsql-mysql
Section: contrib/devel
Architecture: any
Depends: libch, ${shlibs:Depends}
Description: C library for debug,CGI,HTML,SQL,time conversion...
 This is an universal C library intendet mainly for developers who do
 CGI or database programming. 
 .
 It contains many useful functions for debugging (esp. for CGI !!!),
 creating CGI programs, and a wrapper for Database routines that enables
 you to create one programm and let it run with MySQL, MSQL, PostgresQL by
 changing only 1 define statement.
 Other goodies: 
  * easy to remember time conversion functions
  * a simple regular expression match function (do *you* like regcomp(3))
  * HTML and URL character en-/decoding
  * validation checks for InterNet addresses and domain names
 .
 The PostgresQL and main parts are in the main/devel,libs directory !
