mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
45 lines
938 B
JSON
45 lines
938 B
JSON
{
|
|
"name": "libnick",
|
|
"version": "2024.7.2",
|
|
"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 | linux | osx",
|
|
"dependencies": [
|
|
"curl",
|
|
"gettext-libintl",
|
|
{
|
|
"name": "glib",
|
|
"platform": "linux | osx"
|
|
},
|
|
"jsoncpp",
|
|
{
|
|
"name": "libsecret",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "linux"
|
|
},
|
|
"maddy",
|
|
{
|
|
"name": "openssl",
|
|
"platform": "linux | osx"
|
|
},
|
|
{
|
|
"name": "sqlcipher",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|