mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
34f072dfcb
* vcpkg dpp port built from our CI * fix missing dependency * update * Update Sun Jul 24 11:26:12 UTC 2022 * exclude uwp for dpp * Update Sun Jul 24 13:21:45 UTC 2022 * fix supports * fix supports * Update Sun Jul 24 14:14:29 UTC 2022 * Update Sun Jul 24 15:36:39 UTC 2022 * Update Mon Jul 25 12:04:56 UTC 2022 * * Add https:// to the homepage so that it is a valid URI. * Added usage. * Forced pkgconfig to be required rather than quiet. * Changed tabs to spaces in portfile.cmake. * Update Mon Aug 15 12:38:09 UTC 2022 * Update Mon Aug 15 13:08:33 UTC 2022 * Put back missing patches * Update portfile.cmake * fix breakage of wrapping * Update Mon Aug 15 13:59:12 UTC 2022 * fix up version file * fix newlines where they dont belong * update version * updtae version * update version * Update Wed Aug 31 16:35:42 UTC 2022 * Update Sat Sep 3 20:29:45 UTC 2022 * fix merge Co-authored-by: Billy O'Neal <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
24 lines
460 B
JSON
24 lines
460 B
JSON
{
|
|
"name": "dpp",
|
|
"version": "10.0.18",
|
|
"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"
|
|
]
|
|
}
|