aboutsummaryrefslogtreecommitdiff
path: root/ports/libwandio/vcpkg.json
blob: 94c493eca248bfeb08bdc43ded56e2d3b97f4565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libwandio",
  "version-string": "4.2.1",
  "port-version": 4,
  "description": "C library for simple and efficient file IO.",
  "homepage": "https://github.com/wanduow/wandio",
  "supports": "!windows",
  "dependencies": [
    "bzip2",
    "curl",
    "liblzma",
    "lz4",
    "lzo",
    "pthread",
    "zlib",
    "zstd"
  ]
}