aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/casclib/vcpkg.json
blob: da8628631f7f4f1ce0ecc69a2a5dcb4b32eb5854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "casclib",
  "version-date": "2024-06-05",
  "description": "An open-source implementation of library for reading CASC storage from Blizzard games since 2014",
  "homepage": "http://www.zezula.net/en/casc/casclib.html",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}