aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/licensepp/vcpkg.json
blob: b9e212f51fb4f1b87c430866bb95122bc0f5dc59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "licensepp",
  "version": "1.2.0",
  "description": "Cross platform software licensing library",
  "homepage": "https://github.com/amrayn/licensepp",
  "supports": "!uwp",
  "dependencies": [
    "abumq-ripe",
    {
      "name": "cryptopp",
      "features": [
        "pem-pack"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}