File: control

package info (click to toggle)
guile-gcrypt 0.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: lisp: 2,236; makefile: 70; sh: 11
file content (29 lines) | stat: -rw-r--r-- 962 bytes parent folder | download
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: guile-gcrypt
Section: lisp
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: debhelper-compat (=13),
 guile-3.0-dev,
 libgcrypt-dev,
 texinfo,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://notabug.org/cwebber/guile-gcrypt
Vcs-Git: https://salsa.debian.org/debian/guile-gcrypt.git
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,
 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.