mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:43:55 +01:00
20 lines
829 B
Plaintext
20 lines
829 B
Plaintext
Source: exim-encrypt-dlfunc
|
|
Priority: optional
|
|
Maintainer: Heiko Reese <heiko.reese@kit.edu>
|
|
Build-Depends: debhelper-compat (= 12), build-essential, exim4-dev, libsodium-dev, meson, pkg-config, openssl, python3-pip
|
|
Standards-Version: 4.5.1
|
|
Section: libs
|
|
Homepage: https://git.scc.kit.edu/mail/exim-encrypt-dlfunc
|
|
Vcs-Browser: https://git.scc.kit.edu/mail/exim-encrypt-dlfunc
|
|
Vcs-Git: https://git.scc.kit.edu/mail/exim-encrypt-dlfunc.git
|
|
Rules-Requires-Root: no
|
|
|
|
Package: exim-encrypt-dlfunc
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, exim4-daemon-heavy
|
|
Description: String encryption library for exim4
|
|
This library provides functions to encrypt and decrypt strings within exim4
|
|
using either passwords or public/private key pairs. All cryptographic
|
|
functionality is provides by libsodium.
|