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
|
Source: libmodule-install-rdf-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@, debhelper (>= 10~)
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/libmodule-install-rdf-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-rdf-perl.git
Homepage: https://metacpan.org/release/Module-Install-RDF
Testsuite: autopkgtest-pkg-perl
Package: libmodule-install-rdf-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: advanced metadata for your Perl packaging
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
Module::Install::RDF doesn't really do much on its own, but is a
pre-requisite for Module::Install::DOAP.
.
Specifically, it reads all the RDF it can find in the distribution's
'meta' directory and exposes it for other modules to make use of. It
also allows you to write out a combined graph using Turtle.
|