mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:19:00 +08:00
ddd7eb8123
* Updating the necessary files. * Updating version database. * Updating the portfile. * Updating version files. * Updating version files. * Updating version files. * Updating version files. * Updating version files. * Updating version files. * Updates! * Updates!
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"name": "discordcoreapi",
|
|
"version-date": "2022-10-12",
|
|
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
|
|
"homepage": "https://discordcoreapi.com",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "(windows & x64 & !static) | (linux & x64)",
|
|
"dependencies": [
|
|
"ffmpeg",
|
|
"libsodium",
|
|
"openssl",
|
|
"opus",
|
|
"simdjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|