1. Home
  2. ›
  3. Browse
  4. ›
  5. libbson

libbson

v2.3.2#0Latest

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 CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:bson::static>,bson::static,bson::shared>)

Dependencies

See source

Version

v2.3.2#0

Publication

Supports

All

GitHub

mongodb/mongo-c-driver883

Homepage

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

Subtree

7341989f0b

License

Complex license

Definition

Manifest