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
|
Source: mongo-cxx-driver
Priority: optional
Maintainer: Mongo C++ Driver Team <mongo-cxx-driver-debian@googlegroups.com>
Uploaders: Kevin Albertson <kevin.albertson@mongodb.com>,
Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: debhelper (>= 11),
cmake,
pkgconf,
libmongoc-dev (>= 1.29.0),
libsasl2-dev,
libutf8proc-dev,
doxygen
Standards-Version: 4.7.0
Section: libs
Homepage: https://mongocxx.org/
Vcs-Git: https://github.com/mongodb/mongo-cxx-driver.git
Vcs-Browser: https://github.com/mongodb/mongo-cxx-driver/tree/master
Package: libmongocxx-dev
Section: libdevel
Architecture: any
Depends: libmongocxx-noabi (= ${binary:Version}),
libbsoncxx-dev (= ${binary:Version}),
libssl-dev,
zlib1g-dev,
libsnappy-dev,
libutf8proc-dev,
${misc:Depends}
Description: MongoDB C++ client library - dev files
libmongocxx is the officially supported MongoDB client library for C++
applications.
.
This package contains all files necessary to develop applications which
use libmongocxx.
Package: libmongocxx-noabi
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: MongoDB C++ client library - runtime files
libmongocxx is the officially supported MongoDB client library for C++
applications.
.
This package contains the libmongocxx runtime libraries, for applications that
have been built with libmongocxx.
Package: libmongocxx-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: MongoDB C++ client library - documentation
libmongocxx is the officially supported MongoDB client library for C++
applications.
.
This package contains the documentation for libmongocxx and libbsoncxx.
Package: libbsoncxx-dev
Section: libdevel
Architecture: any
Depends: libbsoncxx-noabi (= ${binary:Version}),
${misc:Depends}
Description: Library to parse and generate BSON documents - dev files
libbsoncxx parses and generates BSON documents, the data format for
MongoDB. It is a dependency for libmongocxx, the MongoDB client library,
for which it provides BSON support as well as platform-compatibility
functions and macros.
.
This package contains all files necessary to develop applications which
use libbsoncxx.
Package: libbsoncxx-noabi
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Library to parse and generate BSON documents - runtime files
libbsoncxx parses and generates BSON documents, the data format for
MongoDB. It is a dependency for libmongocxx, the MongoDB client library,
for which it provides BSON support as well as platform-compatibility
functions and macros.
.
This package contains the libbsoncxx runtime libraries, for applications that
have been built with libbsoncxx.
|