mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 03:09:01 +08:00
ca595d3733
Probably broken by https://github.com/microsoft/vcpkg/pull/34994 Detected in https://github.com/microsoft/vcpkg/pull/35116 where this REGEX is expected to be output from the python script ``` CMake Error at build/cmake/LoadVersion.cmake:9 (string): string sub-command REGEX, mode MATCHALL needs at least 5 arguments total to command. Call Stack (most recent call first): CMakeLists.txt:20 (LoadVersion) ```
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"name": "libbson",
|
|
"version": "1.25.1",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|