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
|
Source: mimalloc
Priority: optional
Maintainer: Gürkan Myczko <tar@debian.org>
Build-Depends: debhelper-compat (= 13), cmake
Standards-Version: 4.6.0
Section: libs
Homepage: https://github.com/microsoft/mimalloc
Vcs-Browser: https://salsa.debian.org/debian/mimalloc
Vcs-Git: https://salsa.debian.org/debian/mimalloc.git
Rules-Requires-Root: no
Package: libmimalloc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmimalloc2.0 (= ${binary:Version}), ${misc:Depends}
Description: compact general purpose allocator with excellent performance (devel files)
This is a general purpose allocator with excellent performance characteristics.
Initially developed by Daan Leijen for the run-time systems of the Koka and
Lean languages.
.
It is a drop-in replacement for malloc and can be used in other programs
without code changes.
.
This package contains the development files.
Package: libmimalloc2.0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: compact general purpose allocator with excellent performance
This is a general purpose allocator with excellent performance characteristics.
Initially developed by Daan Leijen for the run-time systems of the Koka and
Lean languages.
.
It is a drop-in replacement for malloc and can be used in other programs
without code changes.
|