mxml 2.6-2 source package in Ubuntu

Changelog

mxml (2.6-2) unstable; urgency=low

  * debian/control
    - Bump Standards-Version: 3.9.1 (No changes)
    - Add ${misc:Depends} to Depends
  * debian/copyright
    - Fix the symlink to LGPL-2
  * debian/rules
    - Install fixed manpage. Makes lintian happy
  * Switch to dpkg-source 3.0 (quilt) format
  * Remove lintian overrides since we generate the symbols control file
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  25 Oct 2010 13:45:48 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Luis Uribe
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libdevel

Downloads

File Size SHA-256 Checksum
mxml_2.6.orig.tar.gz 248.5 KiB b0d347da1a0d5a8c9e82f66087d55cfe499728dacae563740d7e733648c69795
mxml_2.6-2.debian.tar.gz 11.1 KiB df188c04d975b8aa96d6544e1de9abed34af80655949e1cf07c13550e60fbc84
mxml_2.6-2.dsc 1.6 KiB e42c893460a1b0e33d3385d7279b7269d20b62baa507bbd2a2212fe144b9b216

Available diffs

View changes file

Binary packages built by this source

libmxml-dev: No summary available for libmxml-dev in ubuntu oneiric.

No description available for libmxml-dev in ubuntu oneiric.

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.