aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rhasheq/vcpkg.json
blob: b7c231fcff51180e90314506da73290560669e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "rhasheq",
  "version-date": "2023-06-17",
  "description": "Simple header-only librhash wrapper for verifying hashes from a file to a given `const char *`.",
  "homepage": "https://github.com/offscale/rhasheq",
  "license": "0BSD",
  "dependencies": [
    "c89stringutils",
    "rhash",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}