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
|
Source: librdf-closure-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo,
libossp-uuid-perl,
libdatetime-perl,
libdatetime-format-strptime-perl,
libdatetime-format-xsd-perl,
libdatetime-timezone-perl,
liberror-perl,
libnumber-fraction-perl,
libparse-recdescent-perl,
librdf-trine-perl,
liburi-perl,
libxml-libxml-perl,
libnamespace-clean-perl,
libmodule-pluggable-perl | perl (<< 5.17.0),
libtest-rdf-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-closure-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-closure-perl.git
Homepage: http://search.cpan.org/dist/RDF-Closure/
Package: librdf-closure-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Suggests: ${cdbs:Suggests}
Description: pure Perl RDF inferencing
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
RDF::Closure is a pure Perl RDF inference engine designed as an add-in
for RDF::Trine. It is largely a port of Ivan Herman's Python RDFClosure
library, though there has been some restructuing, and there are a few
extras thrown in.
|