Source: mimalloc
Section: devel
Priority: optional
Maintainer: Gürkan Myczko <gurkan@phys.ethz.ch>
Build-Depends: debhelper-compat (= 10), cmake, libjs-jquery
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/microsoft/mimalloc

Package: mimalloc
Architecture: any
#Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery
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.
