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 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: librdf-endpoint-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libfile-sharedir-perl,
libhash-merge-simple-perl,
libhtml-html5-writer-perl,
libhttp-negotiate-perl,
libmodule-install-perl,
libplack-perl,
librdf-query-perl,
librdf-rdfa-generator-perl,
librdf-trine-perl,
librdf-trinex-compatibility-attean-perl,
libtest-pod-coverage-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtest-www-mechanize-psgi-perl <!nocheck>,
libxml-libxml-perl,
perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librdf-endpoint-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librdf-endpoint-perl
Homepage: https://metacpan.org/release/RDF-Endpoint
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: librdf-endpoint-perl
Architecture: all
Depends:
libfile-sharedir-perl,
libhash-merge-simple-perl,
libhtml-html5-writer-perl,
libhttp-negotiate-perl,
libplack-perl,
librdf-query-perl,
librdf-rdfa-generator-perl,
librdf-trine-perl,
librdf-trinex-compatibility-attean-perl,
libxml-libxml-perl,
${misc:Depends},
${perl:Depends},
Recommends:
libconfig-zomg-perl,
libjs-codemirror,
Description: SPARQL Protocol Endpoint implementation
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
RDF::Endpoint is a Perl library implementing the SPARQL Protocol for
RDF using the PSGI interface provided by Plack. It may be run with any
Plack handler.
|