aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gsasl/vcpkg.json
blob: d157d4d45138f10adbf081d16d21e2905da7d49c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "gsasl",
  "version": "2.2.2",
  "port-version": 1,
  "description": "Simple Authentication and Security Layer framework and a few common SASL mechanisms",
  "homepage": "https://www.gnu.org/software/gsasl/",
  "license": "LGPL-2.1-or-later",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-make",
      "host": true
    }
  ],
  "features": {
    "tool": {
      "description": "Build gsasl tool",
      "license": "GPL-3.0-or-later"
    }
  }
}