Source: librpmalloc
Standards-Version: 4.7.4
Maintainer: Debian Commons <librpmalloc@packages.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: libs
Build-Depends:
 debhelper-compat (= 14),
 python3,
 ninja-build,
 patchelf,
Vcs-Browser: https://salsa.debian.org/debian/librpmalloc
Vcs-Git: https://salsa.debian.org/debian/librpmalloc.git
Homepage: https://github.com/mjansson/rpmalloc

Package: librpmalloc1
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Lock-free thread caching memory allocator (shared library)
 rpmalloc is a public domain lock-free thread-caching memory allocator
 implementation in C. It provides high performance while maintaining a
 low memory footprint.
 .
 This package contains the shared library.

Package: librpmalloc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 librpmalloc1 (= ${binary:Version}),
 ${misc:Depends},
Description: Lock-free thread caching memory allocator (development files)
 rpmalloc is a public domain lock-free thread-caching memory allocator
 implementation in C.
 .
 This package contains the headers, static library, and CMake/symbol
 links needed for developing applications or building downstream
 libraries like librapidarchive.
