mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"name": "libbson",
|
|
"version": "1.28.1",
|
|
"description": "libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.",
|
|
"homepage": "https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|