libxml-grddl-perl 0.004-2 source package in Ubuntu

Changelog

libxml-grddl-perl (0.004-2) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.

  [ Jonas Smedegaard ]
  * Update README.source to emphasize control.in file as *not* a
    show-stopper for contributions, referring to wiki page for details.
  * Install examples.
  * Bump standards-version to 3.9.4.
  * Bump packaging license to GPL-3+, and extend copyrigt coverage for
    myself to include recent years.
  * Update Homepage to use metacpan.com, to match upstream hint.
  * List upstream issue tracker as preferred contact.
  * Drop patch 1001: Build problem turned out to be (and fixed by now)
    in CDBS.

 -- Jonas Smedegaard <email address hidden>  Mon, 01 Jul 2013 13:12:55 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl
Bionic release universe perl
Xenial release universe perl
Trusty release universe perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libxml-grddl-perl_0.004-2.dsc 2.1 KiB d41c5b1fd2b9d13713301f808b7add6e9ab7a1a1eb3939e0c4c6268d23fba56c
libxml-grddl-perl_0.004.orig.tar.gz 62.3 KiB 9a6c31d5857c2493b0fd507e4fcbc3b7642589d0c6ba19fdc1b955d244e5ca4c
libxml-grddl-perl_0.004-2.debian.tar.gz 4.6 KiB 944537a70566442a720734355d50667acd0fc711a92f7e930e6f5f58c46ea86c

Available diffs

No changes file available.

Binary packages built by this source

libxml-grddl-perl: transform XML and XHTML to RDF

 GRDDL is a W3C Recommendation
 for extracting RDF data from arbitrary XML and XHTML
 via a transformation, typically written in XSLT.
 See <http://www.w3.org/TR/grddl/> for more details.
 .
 This module implements GRDDL in Perl.
 It offers both a low level interface,
 allowing you to generate a list of transformations
 associated with the document being processed,
 and thus the ability to selectively run the transformation;
 and a high-level interface where a single RDF model is returned
 representing the union of the RDF graphs
 generated by applying all available transformations.