aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tiny-aes-c/vcpkg.json
blob: 5e91549cf0302d3d0a8b585f66247dd72e7ef049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tiny-aes-c",
  "version-date": "2019-07-31",
  "port-version": 3,
  "description": "Small portable AES128/192/256 in C",
  "homepage": "https://github.com/kokke/tiny-AES-c",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}