File: control

package info (click to toggle)
rapidxml 1.13-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 372 kB
  • ctags: 300
  • sloc: cpp: 2,580; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 797 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: rapidxml
Section: libdevel
Priority: extra
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>=9), links
Standards-Version: 3.9.6
Homepage: http://rapidxml.sourceforge.net/

Package: librapidxml-dev
Architecture: all
Depends: ${misc:Depends}
Description: 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.