File: control

package info (click to toggle)
guile-gcrypt 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: lisp: 2,101; makefile: 68; sh: 11
file content (30 lines) | stat: -rw-r--r-- 1,007 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
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.