aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rsm-bsa/vcpkg.json
blob: 9851c2648d6f9d7665f2ebe57683530b4fdfa5d2 (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
31
32
33
34
{
  "name": "rsm-bsa",
  "version-semver": "4.1.0",
  "port-version": 1,
  "description": "A C++ library for working with the Bethesda archive file format",
  "homepage": "https://github.com/Ryan-rsm-McKenzie/bsa",
  "documentation": "https://ryan-rsm-mckenzie.github.io/bsa/",
  "license": "MIT",
  "supports": "!x86 & !osx & !uwp",
  "dependencies": [
    "directxtex",
    "lz4",
    "rsm-binary-io",
    "rsm-mmio",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "xmem": {
      "description": "Compression support for the xmem codec",
      "supports": "windows",
      "dependencies": [
        "reproc"
      ]
    }
  }
}