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 55 56 57 58 59 60 61
|
Source: libisal
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Dimitri John Ledkov <xnox@debian.org>,
Colin Ian King <colin.i.king@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
nasm,
help2man
Standards-Version: 4.7.0
Section: libs
Homepage: https://github.com/intel/isa-l
Vcs-Git: https://salsa.debian.org/ColinKing/libisal.git
Vcs-Browser: https://salsa.debian.org/ColinKing/libisal
Rules-Requires-Root: no
Package: isal
Section: utils
Architecture: amd64 arm64 mips64el ppc64el riscv64 s390x alpha hurd-amd64 loong64 ppc64 sparc64
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Intel(R) Intelligent Storage Acceleration Library - tools
Collection of low-level functions used in storage applications.
Contains fast erasure codes that implement a general
Reed-Solomon type encoding for blocks of data that helps protect against
erasure of whole blocks. The general ISA-L library contains an expanded
set of functions used for data protection, hashing, encryption, etc.
.
This package contains CLI tools.
Package: libisal-dev
Section: libdevel
Architecture: amd64 arm64 mips64el ppc64el riscv64 s390x alpha hurd-amd64 loong64 ppc64 sparc64
Depends:
libisal2 (= ${binary:Version}),
${misc:Depends},
Description: Intel(R) Intelligent Storage Acceleration Library - devel files
Collection of low-level functions used in storage applications.
Contains fast erasure codes that implement a general
Reed-Solomon type encoding for blocks of data that helps protect against
erasure of whole blocks. The general ISA-L library contains an expanded
set of functions used for data protection, hashing, encryption, etc.
.
This package contains the development files needed to build against the shared
library.
Package: libisal2
Architecture: amd64 arm64 mips64el ppc64el riscv64 s390x alpha hurd-amd64 loong64 ppc64 sparc64
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Intel(R) Intelligent Storage Acceleration Library - shared library
Collection of low-level functions used in storage applications.
Contains fast erasure codes that implement a general
Reed-Solomon type encoding for blocks of data that helps protect against
erasure of whole blocks. The general ISA-L library contains an expanded
set of functions used for data protection, hashing, encryption, etc.
.
This package contains the shared library.
|