2024-01-10 03:02:36 +08:00
|
|
|
{
|
|
|
|
"name": "libnick",
|
2024-02-29 09:06:33 +08:00
|
|
|
"version": "2024.2.8",
|
2024-01-10 03:02:36 +08:00
|
|
|
"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
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|