libxmlezout 1.06.2-14 source package in Ubuntu

Changelog

libxmlezout (1.06.2-14) unstable; urgency=medium

  * Reupload to unstable for the gnat-13/time_t64 transition.

 -- Nicolas Boulenguez <email address hidden>  Sun, 17 Mar 2024 15:24:43 +0100

Upload details

Uploaded by:
Nicolas Boulenguez
Uploaded to:
Sid
Original maintainer:
Nicolas Boulenguez
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libxmlezout_1.06.2-14.dsc 2.0 KiB 44b33a85af03886e254a35a64ff92dace9fc821ae3c538726357232c510b817a
libxmlezout_1.06.2.orig.tar.xz 12.8 KiB 1c879a149ba16681a4b29320a25ebf7a19c83d4377ce88ce983403c5f8b5acfc
libxmlezout_1.06.2-14.debian.tar.xz 5.1 KiB 8962a1bc00cf2e0ef39c0e5d9408fc14a97bff7e3b17d9cae73ad6496ebb40d7

No changes file available.

Binary packages built by this source

libxmlezout-dev: 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.

libxmlezout8: 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.

libxmlezout8-dbgsym: debug symbols for libxmlezout8