File: control

package info (click to toggle)
wiredtiger 3.2.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 25,456 kB
  • sloc: ansic: 102,922; python: 52,573; sh: 6,915; java: 6,130; cpp: 2,311; makefile: 1,018; xml: 176
file content (83 lines) | stat: -rw-r--r-- 3,470 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Source: wiredtiger
Section: admin
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper-compat (= 11), javahelper, autoconf, automake,
 libtool, swig, doxygen,
 default-jdk,
 zlib1g-dev, liblz4-dev, libzstd-dev, libleveldb-dev, libsnappy-dev
Standards-Version: 4.5.0
Homepage: http://www.wiredtiger.com/

Package: libwiredtiger-java
Section: java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: Java language support for WiredTiger
 Supports row-oriented storage (where all columns of a row are stored
 together), column-oriented storage (where columns are stored in groups,
 allowing for more efficient access and storage of column subsets) and
 log-structured merge trees (LSM), for sustained throughput under random
 insert workloads.
 .
 Includes ACID transactions with standard isolation levels and durability at
 both checkpoint and fine-grained granularity.
 .
 Can be used as a simple key/value store, but also has a complete schema
 layer, including indices and projections.
 .
 This package provides the Java language support for WiredTiger.

Package: libwiredtiger-dev
Section: libdevel
Architecture: amd64
Depends: libwiredtiger0 (= ${binary:Version}), ${misc:Depends}
Description: high performance, scalable, NoSQL, extensible platform (development)
 Supports row-oriented storage (where all columns of a row are stored
 together), column-oriented storage (where columns are stored in groups,
 allowing for more efficient access and storage of column subsets) and
 log-structured merge trees (LSM), for sustained throughput under random
 insert workloads.
 .
 Includes ACID transactions with standard isolation levels and durability at
 both checkpoint and fine-grained granularity.
 .
 Can be used as a simple key/value store, but also has a complete schema
 layer, including indices and projections.
 .
 This package contains the headers and the static library for libwiredtiger.

Package: libwiredtiger0
Section: libs
Architecture: amd64
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: high performance, scalable, NoSQL, extensible platform (library)
 Supports row-oriented storage (where all columns of a row are stored
 together), column-oriented storage (where columns are stored in groups,
 allowing for more efficient access and storage of column subsets) and
 log-structured merge trees (LSM), for sustained throughput under random
 insert workloads.
 .
 Includes ACID transactions with standard isolation levels and durability at
 both checkpoint and fine-grained granularity.
 .
 Can be used as a simple key/value store, but also has a complete schema
 layer, including indices and projections.

Package: wiredtiger
Architecture: amd64
Section: admin
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: high performance, scalable, NoSQL, extensible platform for data management
 Supports row-oriented storage (where all columns of a row are stored
 together), column-oriented storage (where columns are stored in groups,
 allowing for more efficient access and storage of column subsets) and
 log-structured merge trees (LSM), for sustained throughput under random
 insert workloads.
 .
 Includes ACID transactions with standard isolation levels and durability at
 both checkpoint and fine-grained granularity.
 .
 Can be used as a simple key/value store, but also has a complete schema
 layer, including indices and projections.