File: control

package info (click to toggle)
librdf-ldf-perl 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244 kB
  • ctags: 48
  • sloc: perl: 576; makefile: 19
file content (48 lines) | stat: -rw-r--r-- 1,412 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
Source: librdf-ldf-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
 licensecheck,
 perl,
 libmodule-build-tiny-perl,
 debhelper,
 dh-buildinfo,
 libcache-lru-perl,
 libclone-perl,
 libdata-compare-perl,
 libhttp-message-perl,
 libjson-perl,
 liblwp-useragent-chicaching-perl,
 libthrowable-perl,
 liburi-perl,
 liburi-template-perl,
 liblog-any-perl (>= 1.00),
 libmoo-perl (>= 1.004006),
 librdf-ns-perl (>= 20150725),
 librdf-query-perl (>= 2.913),
 librdf-trine-perl (>= 1.013),
 libtest-deep-perl,
 libtest-exception-perl,
 libtest-lwp-useragent-perl,
 libtest-pod-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/librdf-ldf-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-ldf-perl.git
Homepage: https://github.com/phochste/RDF-LDF

Package: librdf-ldf-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Description: Linked Data Fragments client
 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web, also known as Linked Data.
 .
 Linked Data Fragment (LDF) is a protocol to exchange specific views of
 Linked Data.
 .
 RDF::LDF implements a basic Linked Data Fragment client, also known as
 a Triple Pattern Fragments client.