Source: memkind Section: utils Priority: optional Maintainer: Adam Borowski Build-Depends: debhelper-compat (= 12), libnuma-dev, libdaxctl-dev, numactl, libhwloc-dev Standards-Version: 4.5.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 mips64el ia64 ppc64 s390x alpha riscv64 sparc64 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 mips64el ia64 ppc64 s390x alpha riscv64 sparc64 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 mips64el ia64 ppc64 s390x alpha riscv64 sparc64 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.