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
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>)
v1.25.1#1
Nov 29, 2023
All
mongodb/mongo-c-driver781
github.com/mongodb/mongo-c-driver/tree/master/src/libbson
ca595d3733
Complex license
Manifest