mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:29:00 +08:00
24 lines
460 B
JSON
24 lines
460 B
JSON
{
|
|
"name": "dpp",
|
|
"version": "10.0.29",
|
|
"description": "D++ Extremely Lightweight C++ Discord Library.",
|
|
"homepage": "https://dpp.dev/",
|
|
"license": "Apache-2.0",
|
|
"supports": "(windows & !static & !uwp) | linux | osx",
|
|
"dependencies": [
|
|
"libsodium",
|
|
"nlohmann-json",
|
|
"openssl",
|
|
"opus",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|