File: control

package info (click to toggle)
dcontainers 0.8.0~alpha.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 364 kB
  • sloc: makefile: 56
file content (47 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download
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
Source: dcontainers
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 (>= 0.6.2),
               libstdx-allocator-dev (>= 3.1),
               meson (>= 0.46),
               pkg-config
Standards-Version: 4.4.0
Homepage: https://github.com/dlang-community/containers
Vcs-Browser: https://salsa.debian.org/d-team/dcontainers
Vcs-Git: https://salsa.debian.org/d-team/dcontainers.git

Package: libdcontainers0
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Containers backed by stdx.allocator
 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

Package: libdcontainers-dev
Section: libdevel
Architecture: any
Depends: libdcontainers0 (= ${binary:Version}),
         libstdx-allocator-dev (>= 3.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Containers backed by stdx.allocator -- development files
 This D module implements container types based on the
 std.experimental.allocator allocator design.
 .
 This package contains development files for the D programming language.