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