aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/keccak-tiny/vcpkg.json
blob: d0bd6679742b219de7ef467a5c7b8b8722f5e801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "keccak-tiny",
  "version-date": "2014-09-08",
  "port-version": 2,
  "description": "A tiny implementation of SHA-3, SHAKE, Keccak, and sha3sum",
  "homepage": "https://github.com/coruus/keccak-tiny",
  "license": "CC0-1.0",
  "supports": "!android",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}