guile-gcrypt 0.2.1-1 source package in Ubuntu

Changelog

guile-gcrypt (0.2.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - Set Rules-Requires-Root to "no".
    - Update Standards-Version to policy 4.4.1, no changes.

 -- Vagrant Cascadian <email address hidden>  Fri, 10 Jan 2020 15:23:22 -0800

Upload details

Uploaded by:
Vagrant Cascadian
Uploaded to:
Sid
Original maintainer:
Vagrant Cascadian
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
guile-gcrypt_0.2.1-1.dsc 1.3 KiB 800b3d0d8e011466a57501469ff6d9247a204a2ec8cbc1f76a2d190a58e431b9
guile-gcrypt_0.2.1.orig.tar.gz 49.9 KiB 8de1bbf5e952e15cd6b03e26701fbfa0c2266d975212543a41c9aa3a01f741e2
guile-gcrypt_0.2.1-1.debian.tar.xz 6.6 KiB 1fe6a85e790be27b49857dacb9fe2054dc6b3b2e1a0d04e311c17672bd6df9ac

Available diffs

No changes file available.

Binary packages built by this source

guile-gcrypt: 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.