dcontainers 0.9.0-2 source package in Ubuntu

Changelog

dcontainers (0.9.0-2) unstable; urgency=medium

  * Bump standards version (no changes needed)
  * Add fix-gdc-meson-build.patch:
    - Fix Meson build when GDC is used (Closes: #1001773)

 -- Matthias Klumpp <email address hidden>  Mon, 06 Feb 2023 21:28:36 +0100

Upload details

Uploaded by:
Debian D Language Group
Uploaded to:
Sid
Original maintainer:
Debian D Language Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
dcontainers_0.9.0-2.dsc 2.0 KiB 616156cd3c301c726334e4e9e4c0f616736a18e892e69a2fa2b13041c69a0338
dcontainers_0.9.0.orig.tar.gz 54.2 KiB 5e256b84bbdbd2bd625cba0472ea27a1fde6d673d37a85fe971a20d52874acaa
dcontainers_0.9.0-2.debian.tar.xz 3.3 KiB 911622876ec8642a850bfb61ae6a113883d0fa19f35704afa9e966027fbf85b1

No changes file available.

Binary packages built by this source

libdcontainers-dev: Containers backed by Phobos' experimental allocators

 This D module implements container types based on the
 std.experimental.allocator allocator design.
 .
 It includes implementations of the following container types:
  - Dynamic Array
  - Hash Map
  - Hash Set
  - Immutable hash set
  - Open-Addressed Hash Set
  - SIMD-accelerated Set
  - Singly-linked list
  - Tree Map
  - T-Tree
  - Unrolled Linked List