libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.
Run the following Vcpkg command to install the port.
vcpkg install libbson
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})
v1.16.1#2
Jun 9, 2021
All
mongodb/mongo-c-driver843
github.com/mongodb/libbson
d989c8b900
Complex license
Control