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
|
Source: guile-gcrypt
Section: lisp
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: debhelper-compat (=13),
guile-2.2-dev,
guile-3.0-dev,
libgcrypt-dev,
texinfo,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://notabug.org/cwebber/guile-gcrypt
Vcs-Git: https://salsa.debian.org/debian/guile-gcrypt.git -b debian/master
Vcs-Browser: https://salsa.debian.org/debian/guile-gcrypt
Package: guile-gcrypt
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
guile-3.0 | guile-2.2,
libgcrypt-dev,
Description: gcrypt bindings for guile
Guile-Gcrypt provides a Guile 2.x interface to a subset of the
GNU Libgcrypt crytographic library, which is itself used by the
GNU Privacy Guard (GPG).
.
Guile-Gcrypt provides modules for cryptographic hash functions,
message authentication codes (MAC), public-key crytography, strong
randomness, and more. It is implemented using the foreign function
interface (FFI) of Guile.
|