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 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: librdf-query-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
licensecheck,
perl,
debhelper,
dh-buildinfo,
libossp-uuid-perl,
libdatetime-format-w3cdtf-perl,
liberror-perl,
libjson-perl,
libparse-recdescent-perl,
libset-scalar-perl,
perl (>= 5.12) | libfile-spec-perl,
librdf-trine-perl (>= 1.004),
liburi-perl (>= 1.52),
libmodule-pluggable-perl | perl (<< 5.17.0),
libcgi-pm-perl | perl (<< 5.19),
libwww-perl,
libgetopt-simple-perl,
libgeo-distance-perl,
libtest-json-perl,
libtest-exception-perl,
libyaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/librdf-query-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-query-perl.git
Homepage: http://search.cpan.org/dist/RDF-Query/
Package: librdf-query-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: complete SPARQL 1.1 Query and Update implementation for RDF::Trine
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
RDF::Query allows SPARQL 1.1 and RDQL queries to be run against an RDF
model, returning rows of matching results.
|