mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
21 lines
586 B
JSON
21 lines
586 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "bde",
|
|
"version": "4.14.0.0",
|
|
"description": "Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.",
|
|
"homepage": "https://techatbloomberg.com/",
|
|
"documentation": "https://bloomberg.github.io/bde/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!android & !(arm64 & windows) & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|