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 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: foonathan-memory
Section: libs
Priority: optional
Maintainer: Debian Robotics Team <team+robotics@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
doxygen <!nodoc>, doctest-dev <!nocheck>,
Standards-Version: 4.6.1
Homepage: https://github.com/foonathan/memory
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/robotics-team/foonathan-memory.git
Vcs-Browser: https://salsa.debian.org/robotics-team/foonathan-memory
Package: libfoonathan-memory0.7.2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: STL compatible C++ memory allocator library
The default STL allocator model has various flaws, for example you cannot
easily share a single allocator for multiple types. This library is one of
many proposed solutions for the shortcomings of the standard allocator, which
unlike many other solutions does not require changes in the STL itself.
Package: libfoonathan-memory-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libfoonathan-memory0.7.2 (= ${binary:Version}), ${misc:Depends}
Description: STL compatible C++ memory allocator library - development headers
The default STL allocator model has various flaws, for example you cannot
easily share a single allocator for multiple types. This library is one of
many proposed solutions for the shortcomings of the standard allocator, which
unlike many other solutions does not require changes in the STL itself.
.
This package provides the development headers.
Package: libfoonathan-memory-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: STL compatible C++ memory allocator library - documentation
The default STL allocator model has various flaws, for example you cannot
easily share a single allocator for multiple types. This library is one of
many proposed solutions for the shortcomings of the standard allocator, which
unlike many other solutions does not require changes in the STL itself.
.
This package provides the API documentation.
|