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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: libxmlezout
Priority: optional
Section: libs
Maintainer: Xavier Grave <xavier.grave@ipno.in2p3.fr>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), gnat-4.4, quilt, gnat
Standards-Version: 3.8.4
Package: libxmlezout1-dev
Section: libdevel
Architecture: any
Depends: libxmlezout0 (= ${binary:Version}), gnat-4.4, ${misc:Depends}
Suggests: libxmlezout-dbg
Description: Easy-to-use library for emitting XML from Ada programs, dev files
XML EZ Out is a small set of packages intended to aid the creation of
XML-formatted output from within Ada programs. It basically wraps the tags and
data provided to it with XML syntax and writes them to a user-supplied medium.
.
This medium can be any sort of writable entity, such as a file, a
memory buffer, or even a communications link, such as a socket. The
only functionality required of the medium is that it supply a
meaningful "Put" (for writing a string) and "New_Line" procedure.
.
This package contains file needed to develop applications with XML EZ OUT.
Package: libxmlezout0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Easy-to-use library for emitting XML from Ada programs, runtime
XML EZ Out is a small set of packages intended to aid the creation of
XML-formatted output from within Ada programs. It basically wraps the tags and
data provided to it with XML syntax and writes them to a user-supplied medium.
.
This medium can be any sort of writable entity, such as a file, a
memory buffer, or even a communications link, such as a socket. The
only functionality required of the medium is that it supply a
meaningful "Put" (for writing a string) and "New_Line" procedure.
.
This is the runtime library for XML EZ OUT.
Package: libxmlezout-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libxmlezout0 (=${binary:Version}), ${misc:Depends}
Description: Easy-to-use library for emitting XML from Ada programs, dbg symbols
XML EZ Out is a small set of packages intended to aid the creation of
XML-formatted output from within Ada programs. It basically wraps the tags and
data provided to it with XML syntax and writes them to a user-supplied medium.
.
This medium can be any sort of writable entity, such as a file, a
memory buffer, or even a communications link, such as a socket. The
only functionality required of the medium is that it supply a
meaningful "Put" (for writing a string) and "New_Line" procedure.
.
This is the library containing debugging symbols for XML EZ OUT.
|