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
|
Source: libmongoc
Priority: optional
Maintainer: A. Jesse Jiryu Davis <jesse@mongodb.com>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libbson-dev (>= 1.4.2),
libssl-dev,
pkg-config,
yelp-tools,
yelp-xsl
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/mongodb/mongo-c-driver
Vcs-Git: https://github.com/mongodb/mongo-c-driver.git
Vcs-Browser: https://github.com/mongodb/mongo-c-driver/tree/debian
Package: libmongoc-dev
Section: libdevel
Architecture: any
Depends: libmongoc-1.0-0 (= ${binary:Version}),
${misc:Depends}
Description: MongoDB C client library - dev files
libmongoc is the officially supported MongoDB client library for C
applications.
.
This package contains all files necessary to develop applications which
use libmongoc.
Package: libmongoc-1.0-0
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: MongoDB C client library - runtime files
libmongoc is the officially supported MongoDB client library for C
applications.
.
This package contains the libmongoc runtime libraries, for applications that
have been built with libmongoc.
Package: libmongoc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: MongoDB C client library - documentation
libmongoc is the officially supported MongoDB client library for C
applications.
.
This package contains the man pages for libmongoc.
|