aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rhash/vcpkg.json
blob: 1fdbe3577410125d4a78e26412665bd3db5a744c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "rhash",
  "version": "1.4.5",
  "description": "C library for computing a wide variety of hash sums",
  "homepage": "https://github.com/rhash/RHash",
  "license": "0BSD",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}