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
|
Source: intel-ipsec-mb
Rules-Requires-Root: no
Section: utils
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (=13),
cmake,
nasm
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/intel-ipsec-mb
Vcs-Git: https://salsa.debian.org/debian/intel-ipsec-mb.git
Homepage: https://github.com/intel/intel-ipsec-mb
Package: libipsec-mb2
Section: libs
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Intel(R) Multi-Buffer Crypto for IPSec library
Libipsec-mb is highly-optimized software implementations of
the core cryptographic processing for IPsec, which provides
industry-leading performance on a range of Intel(R) Processors.
Package: libipsec-mb-dev
Section: libdevel
Architecture: linux-amd64
Depends: ${misc:Depends}, libipsec-mb2 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: Development files for Intel(R) Multi-Buffer Crypto for IPSec library
Libipsec-mb is highly-optimized software implementations of
the core cryptographic processing for IPsec, which provides
industry-leading performance on a range of Intel(R) Processors.
This package contains the development libraries and headers.
|