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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
Source: librdf-trine-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libalgorithm-combinatorics-perl,
libcache-lru-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libdbix-connector-perl,
liberror-perl,
libiri-perl,
libjson-perl,
liblog-log4perl-perl,
libmoose-perl,
libmoosex-arrayref-perl,
libossp-uuid-perl,
librdf-query-perl <!nocheck>,
# TODO: enable when bug#750946 is solved
# librdf-rdfa-parser-perl <!nocheck>,
librdf-trine-node-literal-xml-perl <!nocheck>,
libset-scalar-perl,
libtest-deep-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-json-perl <!nocheck>,
libtext-csv-xs-perl,
libtext-table-perl,
liburi-perl,
libwww-perl,
libxml-commonns-perl,
libxml-namespace-perl,
libxml-sax-perl,
perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Florian Schlichting <fschlich@zedat.fu-berlin.de>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librdf-trine-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librdf-trine-perl
Homepage: https://metacpan.org/release/RDF-Trine
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: librdf-trine-perl
Architecture: all
Depends:
libalgorithm-combinatorics-perl,
libcache-lru-perl,
libdbd-sqlite3-perl,
libdbi-perl,
libdbix-connector-perl,
liberror-perl,
libiri-perl,
libjson-perl,
liblog-log4perl-perl,
libmoose-perl,
libmoosex-arrayref-perl,
libossp-uuid-perl,
libset-scalar-perl,
libtext-csv-xs-perl,
libtext-table-perl,
liburi-perl,
libwww-perl,
libxml-commonns-perl,
libxml-namespace-perl,
libxml-sax-perl,
${misc:Depends},
${perl:Depends},
Recommends:
librdf-trine-node-literal-xml-perl,
libxml-libxml-perl,
Suggests:
libdbd-mysql-perl,
libdbd-pg-perl,
librdf-perl,
librdf-rdfa-parser-perl,
libredis-perl,
Description: RDF Framework for Perl
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
RDF::Trine provides an RDF framework with an emphasis on extensibility,
API stability, and the presence of a test suite. The package consists
of several components:
.
* RDF::Trine::Model - RDF model providing access to a triple store.
* RDF::Trine::Parser - Native RDF parsers (RDF/XML, RDFa, Turtle,
RDF/JSON, TriG, N-Triples, and N-Quads).
* RDF::Trine::Serializer, a set of native RDF serializers for RDF/XML,
Turtle, RDF/JSON, N-Triples, Canonical N-Triples, and N-Quads.
* RDF::Trine::Store::DBI - A triple store for MySQL and SQLite, based
on the Redland schema.
* RDF::Trine::Iterator - Iterator classes for variable bindings and
RDF statements, used by RDF::Trine::Store, RDF::Trine::Model, and
RDF::Query.
* RDF::Trine::Namespace - A convenience class for easily constructing
RDF node objects from URI namespaces.
.
RDFa parser requires the package librdf-rdfa-parser-perl.
.
DBI backends other than SQLite require either of packages
libdbd-pg-perl libdbd-mysql-perl.
.
Redis store requires the package libredis-perl.
|