aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libhsplasma/vcpkg.json
blob: 7c26eaeba4d539deb9f90412c20ed59b602eeb1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "libhsplasma",
  "version-date": "2025-11-04",
  "description": "Cross-platform Plasma data and network library",
  "homepage": "https://github.com/H-uru/libhsplasma",
  "license": "GPL-3.0-or-later",
  "supports": "!(arm | uwp | xbox)",
  "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"
      ]
    }
  }
}