aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/metrohash/vcpkg.json
blob: f12705e9dcf3bc233b5561763d52ae0f8b73301a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "metrohash",
  "version": "1.1.3",
  "port-version": 5,
  "description": "MetroHash is a set of state-of-the-art hash functions for non-cryptographic use cases",
  "homepage": "https://github.com/jandrewrogers/MetroHash",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}