aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lzo/vcpkg.json
blob: adcf8037902a03e6d3a1d67a222392c78d044c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "lzo",
  "version": "2.10",
  "port-version": 9,
  "description": "Lossless data compression library",
  "homepage": "https://www.oberhumer.com/opensource/lzo/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}