1. Home
  2. Browse
  3. libbson

libbson

v1.16.1#2Go 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

The package libbson is compatible with built-in CMake targets:

find_package(libbson-1.0 CONFIG REQUIRED)
target_include_directories(main PRIVATE ${BSON_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${BSON_LIBRARIES})
target_compile_definitions(main PRIVATE ${BSON_DEFINITIONS})
See source

Version

v1.16.1#2

Publication

Supports

All

GitHub

mongodb/mongo-c-driver843

Homepage

github.com/mongodb/libbson

Subtree

d989c8b900

License

Complex license

Definition

Control