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: libboulder-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Ruoso <daniel@ruoso.com>, Russ Allbery <rra@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: libxml-parser-perl
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Boulder/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libboulder-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libboulder-perl/
Package: libboulder-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libxml-parser-perl
Description: Perl module for hierarchical tag/value structures
Boulder provides a simple stream-oriented format for transmitting data
objects between one or more processes. It does not provide for the
serialization of Perl objects the way FreezeThaw or Data::Dumper do,
but it does provide the advantage of being language independent.
.
In addition to a stream-oriented interface, Boulder comes with a
simple record-oriented database-oriented interface, Boulder::Store,
which provides query and search capabilities comparable to many flat
file DBMS systems.
|