File: control

package info (click to toggle)
librdf-generator-void-perl 0.16-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: perl: 382; makefile: 2; sh: 1
file content (42 lines) | stat: -rw-r--r-- 1,441 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
Source: librdf-generator-void-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libossp-uuid-perl,
 libmoose-perl,
 librdf-trine-perl,
 liburi-perl,
 libaliased-perl,
 libtest-rdf-perl (>= 1.10),
 libapp-cmd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librdf-generator-void-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librdf-generator-void-perl
Homepage: https://metacpan.org/module/RDF::Generator::Void
Testsuite: autopkgtest-pkg-perl

Package: librdf-generator-void-perl
Architecture: all
Depends:
 libossp-uuid-perl,
 libmoose-perl,
 librdf-trine-perl,
 liburi-perl,
 libaliased-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: generate VoID descriptions based on data in an RDF model
 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 VoID is an RDF Schema vocabulary for expressing metadata about RDF
 datasets, intended as a bridge between the publishers and users of RDF
 data. More info at <http://www.w3.org/TR/void/>.
 .
 RDF::Generator::Void takes a RDF::Trine::Model object as input to the
 constructor, and based on the data in that model as well as data
 supplied by the user, it creates a new model with a VoID description of
 the data in the model.