libattean-perl 0.019-1 source package in Ubuntu

Changelog

libattean-perl (0.019-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    0.018
    + Add tests for turtle parser escape handling.
    + Allow UUIDs to have lowercase hex digits.
    + Documentation fixes.
    + Fix as_string serialization of CONSTRUCT algebras.
    + Improve code coverage for Attean::TermMap.
    + Improve to HashJoin query planning.
    + Remove LICENSE file and update licensing statement in individual
      modules.
    + Update Makefile.PL for perl 5.26.
    + Update required version of IRI.
    + Use Moo::Role instead of namespace::clean to cleanup namespaces.
    0.019
    + Documentation updates.
    + Fix incorrect URI for langString.
      Closes: Bug#890245. Thanks to Kjetil Kjernsmo.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Extend copyright for main upstream author to cover recent years.
  * Drop patch 1001: Fixed upstream.

 -- Jonas Smedegaard <email address hidden>  Mon, 12 Feb 2018 14:13:22 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libattean-perl_0.019-1.dsc 2.7 KiB ccfdddd9541424065ae7b4fda85fa31b8435a84c8c3c107ae060b49d4bb24781
libattean-perl_0.019.orig.tar.gz 227.6 KiB c0180d365021aa04af087efc02f6115082e98bb5251a57c6e37a73fcfbb37493
libattean-perl_0.019-1.debian.tar.xz 10.1 KiB c947ed91dbf56196a151a25c9b6898170e940b87b2c4534e92b6c13ec65f6866

Available diffs

No changes file available.

Binary packages built by this source

libattean-perl: semantic web framework

 Attean is a Perl framework for working with RDF data and SPARQL
 queries. It features parsers and serializers for many different RDF
 formats including RDF/XML, Turtle, N-Triples and N-Quads, as well as
 SPARQL formats like SPARQL-XML, SPARQL-JSON, SPARQL-CSV and SPARQL-TSV.
 .
 Attean features support for SPARQL 1.1 queries, and a set of APIs and
 command line tools to parse, transform, query, and serialize RDF data.
 .
 SPARQL is an RDF query language, that is, a semantic query language for
 databases, able to retrieve and manipulate data stored in Resource
 Description Framework format.
 .
 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 Some modules require additional packages:
  * Test::Attean::* require the packages libmoose-perl libtest-roo-perl.
  * Test::Attean::SPARQLSuite instead requires the packages
    libtest-roo-perl libtest-modern-perl.