mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 06:49:56 +08:00
fff9df8548
* Update to 2024.1.6 * fix hash * Update versions * Update usage * Update libnick.json * add a blank line * update version --------- Co-authored-by: Jon <v-zhli17@microsoft.com>
39 lines
839 B
JSON
39 lines
839 B
JSON
{
|
|
"name": "libnick",
|
|
"version": "2024.1.6",
|
|
"maintainers": "Nicholas Logozzo nlogozzo225@gmail.com",
|
|
"description": "A cross-platform base for native Nickvision applications.",
|
|
"homepage": "https://github.com/NickvisionApps/libnick",
|
|
"documentation": "https://github.com/NickvisionApps/libnick/tree/main/docs",
|
|
"license": "GPL-3.0",
|
|
"supports": "(windows & x64) | (linux & x64)",
|
|
"dependencies": [
|
|
"boost-locale",
|
|
"curl",
|
|
"gettext-libintl",
|
|
{
|
|
"name": "glib",
|
|
"platform": "linux"
|
|
},
|
|
"jsoncpp",
|
|
{
|
|
"name": "libsecret",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "linux"
|
|
},
|
|
"maddy",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|