1. Home
  2. Browse
  3. libbson

libbson

v1.29.0#0Go to latest

libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.

Install

Run the following Vcpkg command to install the port.

vcpkg install libbson

Usage

libbson provides CMake targets:

find_package(bson-1.0 CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mongo::bson_static>,mongo::bson_static,mongo::bson_shared>)

Dependencies

See source

Version

v1.29.0#0

Publication

Supports

All

GitHub

mongodb/mongo-c-driver819

Homepage

github.com/mongodb/mongo-c-driver/tree/master/src/libbson

Subtree

146dc5495a

License

Complex license

Definition

Manifest