Source: librdf-lazy-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
 devscripts,
 perl,
 libmodule-build-tiny-perl,
 debhelper,
 dh-buildinfo,
 librdf-ns-perl (>= 20131002),
 librdf-trine-perl,
 libtry-tiny-perl,
 libcgi-pm-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-lazy-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-lazy-perl.git
Homepage: https://github.com/nichtich/RDF-Lazy

Package: librdf-lazy-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: lazy typing access to RDF data
 RDF::Lazy wraps RDF::Trine::Node to provide simple node-centric access
 to RDF data.  It was designed to access RDF within Template Toolkit but
 the module does not depend on that and can be used independently.
 Basically, an instance of RDF::Lazy contains an unlabeled RDF graph and
 a set of namespace prefixes.  For lazy access and graph traversal, each
 RDF node (RDF::Lazy::Node) is tied to the graph.
 .
 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web, also known as Linked Data.
