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
|
Source: cryptplug
Priority: optional
Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
Build-Depends: debhelper (>> 3.0.0), libgpgme-dev, autotools-dev
Standards-Version: 3.5.8
Package: cryptplug-dev
Section: devel
Architecture: any
Depends: cryptplug (= ${Source-Version})
Description: Collection of plugins to crytographic engines
A collection of plug-ins to cryptographic engines, accessible
by the crypt-plug interface. Applications can make use of the crypto
operations provided by the CryptPlug interface, and the plug-ins
provided by this package implement the interface for various
cryptographic engines, like GnuPG.
.
This package contains development files.
Package: cryptplug
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Collection of plugins to crytographic engines
A collection of plug-ins to cryptographic engines, accessible
by the crypt-plug interface. Applications can make use of the crypto
operations provided by the CryptPlug interface, and the plug-ins
provided by this package implement the interface for various
cryptographic engines, like GnuPG.
|