2021-09-08 22:45:37 +08:00
|
|
|
{
|
|
|
|
"name": "libhsplasma",
|
2024-03-12 11:29:39 +08:00
|
|
|
"version-date": "2024-03-07",
|
2021-09-08 22:45:37 +08:00
|
|
|
"description": "Cross-platform Plasma data and network library",
|
|
|
|
"homepage": "https://github.com/H-uru/libhsplasma",
|
2022-06-08 19:35:11 +08:00
|
|
|
"license": "GPL-3.0-or-later",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!(arm | uwp | xbox)",
|
2021-09-08 22:45:37 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo",
|
|
|
|
"libpng",
|
|
|
|
"string-theory",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"net": {
|
|
|
|
"description": "Network functionality",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|