File: control

package info (click to toggle)
libcatmandu-rdf-perl 0.32-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 469; sh: 4; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 1,851 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: libcatmandu-rdf-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libcatmandu-perl <!nocheck>,
 libiri-perl <!nocheck>,
 libmodule-build-tiny-perl,
 librdf-aref-perl <!nocheck>,
 librdf-ldf-perl <!nocheck>,
 librdf-ns-perl <!nocheck>,
 librdf-query-perl <!nocheck>,
 librdf-trine-perl <!nocheck>,
 libtest-exception-perl <!nocheck>,
 libtest-lwp-useragent-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-rdf-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-rdf-perl
Homepage: https://github.com/LibreCat/Catmandu-RDF
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libcatmandu-rdf-perl
Architecture: all
Depends:
 libcatmandu-perl,
 libiri-perl,
 librdf-aref-perl,
 librdf-ldf-perl,
 librdf-ns-perl,
 librdf-query-perl,
 librdf-trine-perl,
 ${misc:Depends},
 ${perl:Depends},
Enhances:
 libcatmandu-perl,
Description: modules for handling RDF data within the Catmandu framework
 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 convenient
 to convert between RDF and other data formats.
 .
 Catmandu provides a suite of Perl modules
 to ease the import, storage, retrieval, export and transformation
 of metadata records.