mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:11:48 +08:00
19 lines
456 B
JSON
19 lines
456 B
JSON
{
|
|
"name": "cppdap",
|
|
"version-semver": "1.58.0-a",
|
|
"description": "A C++11 library (\"SDK\") implementation of the Debug Adapter Protocol, providing an API for implementing a DAP client or server.",
|
|
"homepage": "https://github.com/google/cppdap",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|