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
|
Source: stdx-allocator
Section: libs
Priority: optional
Maintainer: Debian D Language Group <team+d-team@tracker.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-dlang,
libmir-core-dev (>= 1.0.1-2),
meson (>= 0.46),
pkg-config
Standards-Version: 4.4.0
Homepage: https://github.com/dlang-community/stdx-allocator
Vcs-Browser: https://salsa.debian.org/d-team/stdx-allocator
Vcs-Git: https://salsa.debian.org/d-team/stdx-allocator.git
Package: libstdx-allocator0
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: High-level interface for allocators for D
This D module implements bundled allocation/creation and
destruction/deallocation of data including structs and classes,
and also array primitives related to allocation.
.
The module is part of the D standard library as well, but has
been split out into a separate library to allow using the most
recent std.experimental.allocator with older D versions.
Package: libstdx-allocator-dev
Section: libdevel
Architecture: any
Depends: libmir-core-dev,
libstdx-allocator0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: High-level interface for allocators for D -- development files
This D module implements bundled allocation/creation and
destruction/deallocation of data including structs and classes,
and also array primitives related to allocation.
.
The module is part of the D standard library as well, but has
been split out into a separate library to allow using the most
recent std.experimental.allocator with older D versions.
.
This package contains development files for the D programming language.
|