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: librdf-crypt-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo,
libcrypt-openssl-bignum-perl,
libcrypt-openssl-rsa-perl,
libfile-slurp-perl,
libmail-box-perl,
librdf-query-perl,
librdf-rdfa-parser-perl,
librdf-trinex-functions-perl,
libweb-id-perl,
libcrypt-openssl-random-perl,
libany-moose-perl (>= 0.16)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.3
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/librdf-crypt-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-crypt-perl.git
Homepage: https://metacpan.org/release/RDF-Crypt
Testsuite: autopkgtest-pkg-perl
Package: librdf-crypt-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: semantic cryptography
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
RDF-Crypt provides a variety of objects and methods for
cryptographically manipulating (encrypting, decrypting, signing and
verifying) RDF graphs using RSA and WebID.
.
RDF-Crypt uses a role-based architecture. Classes like
RDF::Crypt::Encrypter are in fact very slim wrappers around collections
of roles. Most of the interesting behaviour is documented in the role
modules.
|