File: control

package info (click to toggle)
libcatmandu-rdf-perl 0.31-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 20
  • sloc: perl: 367; makefile: 15
file content (41 lines) | stat: -rw-r--r-- 1,692 bytes parent folder | download
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
Source: libcatmandu-rdf-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
 licensecheck,
 perl,
 libmodule-build-tiny-perl,
 debhelper,
 dh-buildinfo,
 librdf-ldf-perl (>= 0.19),
 libcatmandu-perl (>= 0.9209),
 librdf-ns-perl (>= 20140910),
 librdf-query-perl (>= 2.913),
 librdf-trine-perl (>= 1.013),
 librdf-aref-perl (>= 0.25),
 perl (>= 5.19.5) | libtest-simple-perl (>= 0.99),
 libtest-lwp-useragent-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-rdf-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-rdf-perl.git
Homepage: https://github.com/LibreCat/Catmandu-RDF

Package: libcatmandu-rdf-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Enhances: ${cdbs:Enhances}
Description: modules for handling RDF data within the Catmandu framework
 Catmandu provides a suite of Perl modules to ease the import, storage,
 retrieval, export and transformation of metadata records.
 .
 Catmandu::RDF contains modules for handling RDF data within the Catmandu
 framework.  RDF data is encoded/decoded in aREF as implemented with
 RDF::aREF.  Please keep in mind that RDF is a graph-based data
 structuring format with specialized technologies such as SPARQL and
 triple stores.  Using Catmandu::RDF to transform RDF to RDF (e.g.
 conversion from one RDF serialization to another) is possible but
 probably less performant than decent RDF tools.  Catmandu::RDF,
 however, is more conventient to convert between RDF and other data
 formats.