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
|
Source: memtailor
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: debhelper-compat (= 13), libgtest-dev
Standards-Version: 4.6.0
Section: libs
Homepage: https://github.com/Macaulay2/memtailor
Vcs-Browser: https://salsa.debian.org/math-team/memtailor
Vcs-Git: https://salsa.debian.org/math-team/memtailor.git
Rules-Requires-Root: no
Package: libmemtailor-dev
Section: libdevel
Architecture: any
Depends: libmemtailor0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: C++ library of special purpose memory allocators (developer tools)
Memtailor is a C++ library of special purpose memory allocators. It currently
offers an arena allocator and a memory pool.
.
This package contains the developer tools.
Package: libmemtailor0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: C++ library of special purpose memory allocators (shared library)
Memtailor is a C++ library of special purpose memory allocators. It currently
offers an arena allocator and a memory pool.
.
This package contains the shared library.
|