rapidxml 1.13-3 source package in Ubuntu

Changelog

rapidxml (1.13-3) unstable; urgency=medium

  [ Helmut Grohne ]
  * Mark librapidxml-dev Multi-Arch: foreign (Closes: #983226)

  [ Andrej Shadura ]
  * Set Rules-Requires-Root: no.
  * Use dh 13.
  * Update the Maintainer field and copyrights.
  * Use secure copyright file specification URI.
  * Change priority extra to priority optional.
  * Remove unnecessary get-orig-source-target.
  * Bump Standards-Version to 4.5.1.
  * Use https protocol in the watch file.
  * Add Vcs-* fields.

 -- Andrej Shadura <email address hidden>  Sun, 21 Feb 2021 12:10:46 +0100

Upload details

Uploaded by:
Andrej Shadura
Uploaded to:
Sid
Original maintainer:
Andrej Shadura
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rapidxml_1.13-3.dsc 1.3 KiB 27340656d1139df150d0d2847adb9d8d02dc0ea35163807dc58f958caa8f69bd
rapidxml_1.13.orig.tar.gz 42.7 KiB 36237604b5cd34424d8537ba9411f9f2cca842cdcb88c956c5bf39ce243bb44b
rapidxml_1.13-3.debian.tar.xz 3.2 KiB a5150f77621a6a3afe9c86d508bc512feeb2660fad1e851a0563acf6f4ad98f6

Available diffs

No changes file available.

Binary packages built by this source

librapidxml-dev: fast XML DOM-style parser in C++ (development files)

 RapidXml is a fast XML DOM-style parser written in C++.
 .
 RapidXml provides a minimalistic API and reduced memory footprint suitable
 for embedded applications.
 .
 Limitations:
   * The parser ignores DOCTYPE declarations.
   * There is no support for XML namespaces.
   * The parser does not check for character validity.
   * The interface of the parser does not conform to DOM specification.
   * The parser does not check for attribute uniqueness.