File: control

package info (click to toggle)
libxml-bare-perl 0.45-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,216 kB
  • ctags: 89
  • sloc: xml: 15,836; perl: 1,142; ansic: 665; cpp: 41; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,122 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
Source: libxml-bare-perl
Section: perl
Priority: optional
Build-Depends: perl (>= 5.6.0-12), debhelper (>= 7), libtest-pod-coverage-perl,
 libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Radici <antonio@dyne.org>, Jonathan Yu <frequency@cpan.org>,
 Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/XML-Bare/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-bare-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-bare-perl/

Package: libxml-bare-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl module to parse XML into a Perl hash
 XML::Bare provides a simple API to read and write XML files, it also provides
 a function to validate the XML schema. The parser itself is a simple state
 engine that is less than 500 lines of C.
 .
 In comparison to other available Perl XML parsers that create trees, XML::Bare
 is extremely fast; benchmarking shows that it can even be one or two orders of
 magnitude faster than similar modules.