aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lzfse/vcpkg.json
blob: c156f05043dbd595f28262d95459f668aa53bd3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "lzfse",
  "version": "1.0",
  "port-version": 5,
  "description": "Lempel-Ziv style data compressor using Finite State Entropy coding.",
  "homepage": "https://github.com/lzfse/lzfse",
  "supports": "!arm",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}