mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:00:13 +08:00
3c2ab5f8e2
* Updates! * Updates! * Updates! * Updates! * Updates! * Updates! * Updates! * Updates! * Updates! * Updates! * Updates! * Updates! * Updates! * Updates!
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"name": "discordcoreapi",
|
|
"version-date": "2022-08-07",
|
|
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
|
"homepage": "https://discordcoreapi.com",
|
|
"license": "AGPL-3.0-or-later",
|
|
"supports": "(windows & x64 & !static) | (linux & x64)",
|
|
"dependencies": [
|
|
"ffmpeg",
|
|
"libsodium",
|
|
"nlohmann-json",
|
|
"openssl",
|
|
"opus",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|