File: control

package info (click to toggle)
libxmlada1 1.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,704 kB
  • ctags: 94
  • sloc: ada: 22,582; sh: 1,804; makefile: 142; xml: 140; perl: 128
file content (38 lines) | stat: -rw-r--r-- 1,658 bytes parent folder | download
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
Source: libxmlada1
Priority: optional
Maintainer: Ludovic Brenta <ludovic.brenta@insalien.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 4.0.0), gnat (>= 3.15p), texinfo
Standards-Version: 3.6.1

Package: libxmlada1-dev
Section: libdevel
Architecture: i386 powerpc sparc
Depends: libxmlada1 (= ${Source-Version}), gnat (>= 3.15p), gnat (<< 3.16)
Description: XML/Ada, a full XML suite for Ada programmers
 XML/Ada is a set of modules that provide a simple manipulation of XML
 streams. It supports the whole XML 1.0 specifications, and can parse
 any file that follows this standard (including the contents of the
 DTD).  It also provides support for a number of other standard
 associated with XML, like SAX and DOM.  In addition, It includes a
 module to manipulate Unicode streams, since this is required by the
 XML standard.
 .
 This package contains the static libraries, documentation, and Ada
 specification files.  Install it if you want to develop XML
 applications in Ada.

Package: libxmlada1
Section: libs
Architecture: i386 powerpc sparc
Depends: ${shlibs:Depends}
Description: XML/Ada, a full XML suite for Ada programmers (runtime)
 XML/Ada is a set of modules that provide a simple manipulation of XML
 streams. It supports the whole XML 1.0 specifications, and can parse
 any file that follows this standard (including the contents of the
 DTD).  It also provides support for a number of other standard
 associated with XML, like SAX and DOM.  In addition, It includes a
 module to manipulate Unicode streams, since this is required by the
 XML standard.
 .
 This package contains the runtime shared library.