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
|
Source: libtemplates-parser
Priority: optional
Maintainer: Ludovic Brenta <lbrenta@debian.org>
Build-Depends: debhelper (>= 4.1.0), gnat (>= 4.1), texinfo, tetex-bin, tetex-extra, quilt
Standards-Version: 3.7.2
Package: libtemplates-parser-dev
Section: libdevel
Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 powerpc s390 sparc
Depends: libtemplates-parser10 (= ${Source-Version}), gnat-4.1
Description: Ada library to parse files and replace variables with their values
The main goal is to ease the development of Web servers. In CGI
(Common Gateway Interface) applications, you have to write HTML pages in
the program (in Ada or whatever other language) by using some specific
libraries or by using only basic output functions. This is of course not
mandatory but by lack of a good library every Web development ends up doing
just that. Templates Parser takes that burden off of you.
.
This package contains the static libraries, documentation, and Ada
specification files.
Package: libtemplates-parser10
Section: libs
Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 powerpc s390 sparc
Depends: ${shlibs:Depends}
Description: Ada library to parse files and replace variables with their values
The main goal is to ease the development of Web servers. In CGI
(Common Gateway Interface) applications, you have to write HTML pages in
the program (in Ada or whatever other language) by using some specific
libraries or by using only basic output functions. This is of course not
mandatory but by lack of a good library every Web development ends up doing
just that. Templates Parser takes that burden off of you.
.
This package contains the runtime shared library.
|