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
|
Source: libcommons-openpgp-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Paul Cager <paul-debian@home.paulcager.org>
Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java,
libbcpg-java, libbcpg-java-doc,
libbcprov-java, libbcprov-java-doc,
classpath-doc
Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
Standards-Version: 3.7.2
Package: libcommons-openpgp-java
Architecture: all
Section: libs
Suggests: libcommons-openpgp-java-doc
Description: 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.
.
Homepage: http://jakarta.apache.org/commons/sandbox/openpgp/
Package: libcommons-openpgp-java-doc
Architecture: all
Section: doc
Depends: classpath-doc
Suggests: libcommons-openpgp-java
Description: 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
.
Homepage: http://jakarta.apache.org/commons/sandbox/openpgp/
|