mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 04:09:01 +08:00
9ca8099ffb
* Delete unused patches * disable finding Python * Fix race during CMake configure * version
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"name": "libbson",
|
|
"version": "1.25.1",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|