mxml 3.3.1-1 source package in Ubuntu

Changelog

mxml (3.3.1-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version: 4.6.1

 -- Alastair McKinstry <email address hidden>  Fri, 29 Jul 2022 09:04:42 +0100

Upload details

Uploaded by:
Alastair McKinstry
Uploaded to:
Sid
Original maintainer:
Alastair McKinstry
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libdevel
Lunar release universe libdevel
Kinetic release universe libdevel

Downloads

File Size SHA-256 Checksum
mxml_3.3.1-1.dsc 1.8 KiB ebfb7df354891c5b1f5c302f4e506ae6c97d84af376de80eb8ace66eb7e1f672
mxml_3.3.1.orig.tar.xz 806.8 KiB 83413d4dea692c27f94064cc7d5c0d5662e0905de54b8f5506bf4820f71bbcc0
mxml_3.3.1-1.debian.tar.xz 11.9 KiB 99a2a6d1253a80747b988d225d8883cb9f861c897be6718271f54c5ada16a9da

Available diffs

No changes file available.

Binary packages built by this source

libmxml-dev: small XML parsing library (development)

 Mini-XML is a small XML parsing library that you can use to read XML and
 XML-like data files in your application without requiring large non-standard
 libraries.
 .
 Mini-XML provides the following functionality:
  * Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and
    strings.
  * Data is stored in a linked-list tree structure, preserving the XML data
    hierarchy.
  * Supports arbitrary element names, attributes, and attribute values with
    no preset limits, just available memory.
  * Supports integer, real, opaque ("cdata"), and text data types in "leaf"
    nodes.
  * Functions for creating, indexing, and managing trees of data.
  * "Find" and "walk" functions for easily locating and navigating trees of
    data.
 .
  This package contains the Mini-XML development files.

libmxml1: small XML parsing library (runtime)

 Mini-XML is a small XML parsing library that you can use to read XML and
 XML-like data files in your application without requiring large non-standard
 libraries.
 .
 Mini-XML provides the following functionality:
  * Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files and
    strings.
  * Data is stored in a linked-list tree structure, preserving the XML data
    hierarchy.
  * Supports arbitrary element names, attributes, and attribute values with
    no preset limits, just available memory.
  * Supports integer, real, opaque ("cdata"), and text data types in "leaf"
    nodes.
  * Functions for creating, indexing, and managing trees of data.
  * "Find" and "walk" functions for easily locating and navigating trees of
    data.
 .
 Mini-XML doesn't do validation or other types of processing on the data based
 upon schema files or other sources of definition information, nor does it
 support character entities other than those required by the XML specification.
 .
 This package contains the files necessary for running applications that
 use the Mini-XML library.

libmxml1-dbgsym: debug symbols for libmxml1