2024-01-10 03:02:36 +08:00
|
|
|
{
|
|
|
|
"name": "libnick",
|
2024-11-19 14:04:15 +08:00
|
|
|
"version": "2024.11.1",
|
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",
|
2024-08-16 15:28:23 +08:00
|
|
|
"license": "GPL-3.0-only",
|
2024-06-21 02:37:19 +08:00
|
|
|
"supports": "windows | linux | osx",
|
2024-01-10 03:02:36 +08:00
|
|
|
"dependencies": [
|
2024-09-05 13:31:12 +08:00
|
|
|
"boost-json",
|
2024-01-10 03:02:36 +08:00
|
|
|
"curl",
|
|
|
|
"gettext-libintl",
|
|
|
|
{
|
|
|
|
"name": "glib",
|
2024-06-21 02:37:19 +08:00
|
|
|
"platform": "linux | osx"
|
2024-01-10 03:02:36 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libsecret",
|
|
|
|
"platform": "linux"
|
|
|
|
},
|
|
|
|
"maddy",
|
2024-06-12 04:53:07 +08:00
|
|
|
{
|
|
|
|
"name": "openssl",
|
2024-06-21 02:37:19 +08:00
|
|
|
"platform": "linux | osx"
|
2024-06-12 04:53:07 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sqlcipher",
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
2024-01-10 03:02:36 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|