File: control

package info (click to toggle)
perlrdf 0.004-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 416 kB
  • sloc: perl: 4,379; makefile: 17
file content (45 lines) | stat: -rw-r--r-- 1,401 bytes parent folder | download | duplicates (2)
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
Source: perlrdf
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libmoose-perl,
 libapp-cmd-perl,
 libapp-cmd-plugin-prompt-perl,
 libossp-uuid-perl,
 libjson-perl,
 libwww-perl,
 libpath-class-perl,
 libperlx-maybe-perl,
 librdf-ns-perl,
 librdf-trine-perl,
 librdf-rdfa-parser-perl,
 liburi-perl,
 libnamespace-clean-perl,
 librole-commons-perl | libobject-authority-perl,
 librdf-trin3-perl (>= 0.200),
 librdf-trinex-functions-perl (>= 0.004),
 libtest-exception-perl,
 libtest-rdf-perl (>= 1.00)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/perlrdf
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/perlrdf.git
Homepage: https://metacpan.org/release/App-perlrdf

Package: perlrdf
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Suggests: ${cdbs:Suggests}
Description: RDF command line utils
 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 perlrdf is a single front-end to various RDF functionality available
 for Perl. It includes commands to create and manipulate quad stores
 (i.e. databases for RDF data); and commands to parse, serialise,
 convert and validate RDF data in various formats.