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 46 47
|
Source: libcommons-openpgp-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant, debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk
Build-Depends-Indep: ant-optional, libxalan2-java, libbcpg-java,
libbcpg-java-doc, libbcprov-java, libbcprov-java-doc, default-jdk-doc
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libcommons-openpgp-java
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-openpgp-java
Homepage: http://commons.apache.org/sandbox/openpgp/
Package: libcommons-openpgp-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libcommons-openpgp-java-doc
Description: Java API for generating and verifying OpenPGP signatures
Apache Commons OpenPGP aims at producing a common and simple interface for
generating and verifying OpenPGP signatures.
.
Currently implemented using BouncyCastle, it is intended to allow
pluggable providers so that alternate open source and commercial providers
can be used.
.
The library was started by Maven and Ant committers to enable the use of
OpenPGP from these tools. Currently, Maven uses it in its development
version to sign libraries released to the repository.
Package: libcommons-openpgp-java-doc
Architecture: all
Section: doc
Depends: default-jdk-doc, ${misc:Depends}
Suggests: libcommons-openpgp-java
Description: Java API for generating and verifying OpenPGP signatures (documentation)
Apache Commons OpenPGP aims at producing a common and simple interface for
generating and verifying OpenPGP signatures.
.
Currently implemented using BouncyCastle, it is intended to allow
pluggable providers so that alternate open source and commercial providers
can be used.
.
The library was started by Maven and Ant committers to enable the use of
OpenPGP from these tools. Currently, Maven uses it in its development
version to sign libraries released to the repository.
.
This package contains the API documentation for libcommons-openpgp-java
|