libxmlezout 1.06.2-1 source package in Ubuntu

Changelog

libxmlezout (1.06.2-1) experimental; urgency=medium

  * New upstream release. No ALI/SO bump is necessary.
  * Use dh-sequence-* syntax for dh-ada-library.
  * Update VCS fields to salsa.debian.org.

 -- Nicolas Boulenguez <email address hidden>  Thu, 02 Jan 2020 14:49:25 +0100

Upload details

Uploaded by:
Xavier Grave
Uploaded to:
Experimental
Original maintainer:
Xavier Grave
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-1.dsc 2.0 KiB 3ffe11f03252b711061ab12f467407eb2cc0dcedd85d23eb89863765fd5ef28b
libxmlezout_1.06.2.orig.tar.xz 12.8 KiB 1c879a149ba16681a4b29320a25ebf7a19c83d4377ce88ce983403c5f8b5acfc
libxmlezout_1.06.2-1.debian.tar.xz 4.6 KiB 535d20b931586a99ba59aa76d0968231e626b4aa8ff8177b7e98722c299124dc

No changes file available.

Binary packages built by this source

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

libxmlezout6-dbgsym: debug symbols for libxmlezout6
libxmlezout7-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.