aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lz4/vcpkg.json
blob: 29acb79d850202be1d7fc6b0c2a8da790bd41b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "lz4",
  "version": "1.10.0",
  "description": "Lossless compression algorithm, providing compression speed at 400 MB/s per core.",
  "homepage": "https://github.com/lz4/lz4",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build lz4 binary",
      "license": "GPL-2.0-or-later"
    }
  }
}