File: control

package info (click to toggle)
rapidxml 1.13-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 372 kB
  • sloc: cpp: 2,580; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 960 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
24
25
26
27
Source: rapidxml
Section: libdevel
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper-compat (= 13), links
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://rapidxml.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/rapidxml
Vcs-Git: https://salsa.debian.org/debian/rapidxml.git

Package: librapidxml-dev
Architecture: all
Multi-Arch: foreign
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.