librdf-trine-perl 0.135-2 source package in Ubuntu

Changelog

librdf-trine-perl (0.135-2) unstable; urgency=low

  * Update copyright file:
    + Fix improve references for convenience copy of Module::Install.
  * Fix declare package recommendations.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  16 May 2011 07:50:40 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
librdf-trine-perl_0.135.orig.tar.gz 421.9 KiB 217aa591e0737fd61da90a2fe1b38c2091dfa792343d0521476d3f3f590766a0
librdf-trine-perl_0.135-2.debian.tar.gz 8.5 KiB f08c9b3e6506b40002642c86834455c88155558bc501a1f33afc52a8fb589c76
librdf-trine-perl_0.135-2.dsc 2.5 KiB 67d400c08431acd7a0ef9fb4e7a7fac5e576d3df72d8e45948622649b2fa68d5

Available diffs

View changes file

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.