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 28 29
|
Source: librdf-queryx-lazy-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo,
librdf-query-perl,
libcommon-sense-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-queryx-lazy-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-queryx-lazy-perl.git
Homepage: https://metacpan.org/release/RDF-QueryX-Lazy
Package: librdf-queryx-lazy-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Description: avoid all those boring PREFIX definitions
RDF::QueryX::Lazy is a fairly trivial subclass of RDF::Query that
auto-defines many prefixes for you, so you can be lazy. It should have
most of the common ones in there.
.
Oh yeah, and if you want, you can pass a key 'lazy' in the RDF::Query
%options hash with additional prefix mappings.
|