pineapple/externals/vcpkg/ports/libbson/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
400 B
JSON
Executable file

{
"name": "libbson",
"version": "1.17.6",
"port-version": 1,
"description": "libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.",
"homepage": "https://github.com/mongodb/libbson",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}