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
  
     | 
    
      Source: librdf-aref-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper,
 libjson-perl <!nocheck>,
 libmodule-build-tiny-perl,
 librdf-ns-perl (>= 20150725) <!nocheck>,
 librdf-trine-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librdf-aref-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librdf-aref-perl
Homepage: https://github.com/nichtich/RDF-aREF
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: librdf-aref-perl
Architecture: all
Depends:
 librdf-ns-perl (>= 20150725),
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 libunicode-normalize-perl,
Description: another RDF Encoding Form
 aREF (another RDF Encoding Form) is an encoding of RDF graphs
 in form of arrays, hashes, and Unicode strings.
 .
 RDF::aREF implements decoding from aREF data to RDF triples.
 
     |