Source: wiredtiger Section: admin Priority: optional Maintainer: Laszlo Boszormenyi (GCS) 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.