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 49 50 51 52 53 54
|
Source: libmd
Section: libs
Priority: optional
Maintainer: Guillem Jover <guillem@debian.org>
Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/libmd.git
Vcs-Git: https://git.hadrons.org/git/debian/pkgs/libmd.git
Homepage: https://www.hadrons.org/software/libmd/
Standards-Version: 4.5.1
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
Package: libmd-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libmd0 (= ${binary:Version}),
${misc:Depends},
Description: message digest functions from BSD systems - development files
This package contains the header files and static library needed to
compile applications that use libmd.
.
The currently provided hashing algorithms are:
.
* MD2
* MD4
* MD5
* RIPEMD-160
* SHA-1
* SHA-2 (SHA-256, SHA-384 and SHA-512)
Package: libmd0
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: message digest functions from BSD systems - shared library
The libmd library provides various message digest ("hash") functions,
as found on various BSDs on a library with the same name and with a
compatible API.
Package: libmd0-udeb
Package-Type: udeb
Section: debian-installer
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: message digest functions from BSD systems - shared library
The libmd library provides various message digest ("hash") functions,
as found on various BSDs on a library with the same name and with a
compatible API.
|