File: control

package info (click to toggle)
mongo-java-driver 3.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 16,112 kB
  • sloc: java: 102,506; xml: 395; sh: 43; makefile: 4
file content (54 lines) | stat: -rw-r--r-- 1,665 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
Source: mongo-java-driver
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Emmanuel Bourg <ebourg@apache.org>,
 Christopher Hoskin <mans0954@debian.org>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 gradle-debian-helper (>= 1.4),
 iproute2,
 libnetty-java,
 libsnappy-java,
 libcodenarc-groovy-java,
 libspock-java,
 maven-repo-helper
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/mongo-java-driver.git
Vcs-Browser: https://salsa.debian.org/java-team/mongo-java-driver
Homepage: http://www.mongodb.org

Package: libmongodb-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Recommends:
 ${maven:OptionalDepends}
Description: MongoDB Java Driver
 Debian package for the official MongoDB Java Driver providing both synchronous
 and asynchronous interaction with MongoDB. Powering the drivers is a new driver
 core and BSON library.
 .
 Features
 .
 BSON Library
 A standalone BSON library, with a new Codec infrastructure that you can use to
 build high-performance encoders and decoders without requiring an intermediate
 Map instance.
 .
 MongoDB Driver
 An updated Java driver that includes the legacy API as well as a new generic
 MongoCollection interface that complies with a new cross-driver CRUD
 specification.
 .
 MongoDB Async Driver
 A new asynchronous API that can leverage either Netty or Java 7's
 AsynchronousSocketChannel for fast and non-blocking IO.
 .
 Core driver
 The MongoDB Driver and Async Driver are both built on top of a new core
 library, which anyone can use to build alternative or experimental high-level
 APIs.