aboutsummaryrefslogtreecommitdiff
path: root/libs/vcpkg-registry/ports/7zip/vcpkg.json
blob: 06b0d3b8e8c3e83259e95c7317e975594d4549b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "7zip",
  "version-string": "24.09",
  "description": "Library for archiving file with a high compression ratio.",
  "homepage": "https://www.7-zip.org",
  "license": "LGPL-2.1-or-later",
  "supports": "!uwp & !xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}