2022-04-07 10:55:26 -04:00
|
|
|
{
|
|
|
|
"name": "discordcoreapi",
|
2023-05-31 14:46:12 -04:00
|
|
|
"version-date": "2023-05-30",
|
2023-06-15 14:49:00 -07:00
|
|
|
"port-version": 1,
|
2022-04-07 10:55:26 -04:00
|
|
|
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
|
|
|
"homepage": "https://discordcoreapi.com",
|
2022-09-26 02:56:12 -04:00
|
|
|
"license": "LGPL-2.1-or-later",
|
2023-06-15 14:49:00 -07:00
|
|
|
"supports": "(windows & x64 & !static & !xbox) | (linux & x64)",
|
2022-04-07 10:55:26 -04:00
|
|
|
"dependencies": [
|
|
|
|
"ffmpeg",
|
2023-05-31 14:46:12 -04:00
|
|
|
"jsonifier",
|
2022-04-07 10:55:26 -04:00
|
|
|
"libsodium",
|
|
|
|
"openssl",
|
|
|
|
"opus",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|