1. Home
  2. Browse
  3. libbson

libbson

v1.16.1#3Go 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})

Dependencies

See source

Version

v1.16.1#3

Publication

Supports

All

GitHub

mongodb/mongo-c-driver843

Homepage

github.com/mongodb/libbson

Subtree

cd54580d1f

License

Complex license

Definition

Manifest