mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 00:49:00 +08:00
43a8badaed
* Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating the port data! * Updating port data. * Updating port data. * Updating port data. * Updating port data. * Updating port data.
26 lines
551 B
JSON
26 lines
551 B
JSON
{
|
|
"name": "discordcoreapi",
|
|
"version-date": "2022-05-05",
|
|
"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": [
|
|
"curl",
|
|
"ffmpeg",
|
|
"glib",
|
|
"libsodium",
|
|
"nlohmann-json",
|
|
"openssl",
|
|
"opus",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|