aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/laszip/vcpkg.json
blob: 6a42814a9da7805cc897f7a70391e57d505e79d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "laszip",
  "version": "3.4.4",
  "description": "LASzip - free and lossless LiDAR compression",
  "homepage": "https://laszip.org/",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}