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
|
Source: memkind
Section: utils
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 13), libnuma-dev, libdaxctl-dev, numactl, libhwloc-dev
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/memkind/memkind
Vcs-Git: https://github.com/kilobyte/memkind.git -b debian
Vcs-Browser: https://github.com/kilobyte/memkind/tree/debian
# New archs must be verified to successfully test on at least one machine
# _without_ NUMA disablement!
Package: libmemkind0
Architecture: amd64 arm64 ppc64el loong64 mips64el ppc64 riscv64
Section: libs
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: user-extensible heap manager for heterogeneous memory platforms
The memkind library is a user extensible heap manager built on top of
jemalloc which enables control of memory characteristics and a partitioning
of the heap between kinds of memory. While arbitrary user control is
possible, built-in characteristics include NUMA and page size.
.
This package contains the runtime library.
Package: libmemkind-dev
Architecture: amd64 arm64 ppc64el loong64 mips64el ppc64 riscv64
Section: libdevel
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libmemkind0 (= ${binary:Version})
Description: user-extensible heap manager for heterogeneous memory platforms
The memkind library is a user extensible heap manager built on top of
jemalloc which enables control of memory characteristics and a partitioning
of the heap between kinds of memory. While arbitrary user control is
possible, built-in characteristics include NUMA and page size.
.
This package contains the development files for libmemkind and related
libraries.
Package: libmemkind-progs
Architecture: amd64 arm64 ppc64el loong64 mips64el ppc64 riscv64
Section: admin
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: user-extensible heap manager for heterogeneous memory platforms
The memkind library is a user extensible heap manager built on top of
jemalloc which enables control of memory characteristics and a partitioning
of the heap between kinds of memory. While arbitrary user control is
possible, built-in characteristics include NUMA and page size.
.
This package contains support programs that use libmemkind.
|