File: control

package info (click to toggle)
libtomcrypt 1.18.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,536 kB
  • sloc: ansic: 62,544; python: 370; perl: 330; sh: 264; java: 177; makefile: 156
file content (48 lines) | stat: -rw-r--r-- 1,975 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: libtomcrypt
Priority: optional
Maintainer: Nicolas Mora <babelouest@debian.org>
Build-Depends: debhelper-compat (= 13),
               libtool,
               libtool-bin,
               libgmp-dev,
               libtommath-dev,
               texlive-latex-base,
               texlive-latex-recommended,
               texlive-latex-extra,
               ghostscript,
               pkg-config
Standards-Version: 4.5.1
Section: libs
Homepage: https://www.libtom.net/LibTomCrypt/
Vcs-Browser: https://salsa.debian.org/debian/libtomcrypt
Vcs-Git: https://salsa.debian.org/debian/libtomcrypt.git
Rules-Requires-Root: no

Package: libtomcrypt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtomcrypt1 (= ${binary:Version}), ${misc:Depends}
Description: static library, header files and documentation for libtomcrypt
 LibTomCrypt is a well documented, public domain open source cryptographic
 toolkit written in C. It supports lots of block ciphers (Blowfish, Twofish,
 AES, XTEA, ...), chaining modes (ECB, CBC, OFB, CFB, CTR, ...), hash functions
 (MD5, SHA-1, SHA-256, RIPE-MD, ...), HMAC mechanisms, pseudo-random number
 generators and public key algorithms. It has several optimizations for the
 i386, x86_64 and ppc32 architectures.
 .
 This package contains include files and a statically linked version of the
 library.

Package: libtomcrypt1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: public domain open source cryptographic toolkit
 LibTomCrypt is a well documented, public domain open source cryptographic
 toolkit written in C. It supports lots of block ciphers (Blowfish, Twofish,
 AES, XTEA, ...), chaining modes (ECB, CBC, OFB, CFB, CTR, ...), hash functions
 (MD5, SHA-1, SHA-256, RIPE-MD, ...), HMAC mechanisms, pseudo-random number
 generators and public key algorithms. It has several optimizations for the
 i386, x86_64 and ppc32 architectures.