librdf-trine-perl 1.019-1 source package in Ubuntu
Changelog
librdf-trine-perl (1.019-1) unstable; urgency=medium [ upstream ] * New release. + Add test case for TSV serializer fixes. [ Jonas Smedegaard ] * Modernize Vcs-* fields: Include .git suffix in path. * Declare compliance with Debian Policy 4.1.3. * Update copyright info: Extend coverage for myself. * Update package relations: + Stop explicitly (build-)depend on (recent perl or) libmodule-load-conditional-perl libscalar-list-utils-perl: Needed version satisfied by perl even in oldstable. + Relax to (build-)depend unversioned on libmoose-perl liburi-perl libxml-sax-perl perl: Needed versions satisfied even in oldstable. + Relax to recommend unversioned libxml-libxml-perl: Needed version satisfied even in oldstable. * Update watch file: Use substitution strings. -- Jonas Smedegaard <email address hidden> Fri, 05 Jan 2018 16:33:55 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
librdf-trine-perl_1.019-1.dsc | 2.6 KiB | 8d70acd29d4e6b2506ef0b3afcf2c0c653c7bae2576a8b7508e0934872c682c6 |
librdf-trine-perl_1.019.orig.tar.gz | 559.9 KiB | 1bb07daa10781738aeedd8e70156868c9a70fbd310f05f2ec1f6ea02d8697060 |
librdf-trine-perl_1.019-1.debian.tar.xz | 16.5 KiB | a719df73fe7717afed9160430c0b7b990e1942bec422fd8398d01507d21c91c7 |
Available diffs
- diff from 1.018-3 to 1.019-1 (13.7 KiB)
No changes file available.
Binary packages built by this source
- librdf-trine-perl: 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.