aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hashids/vcpkg.json
blob: 2b97a2f8c6256eeec32787f773f5d879fa0588e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "hashids",
  "version": "1.2.2",
  "description": "generate short unique ids from integers",
  "homepage": "https://hashids.org/c/",
  "license": "MIT",
  "dependencies": [
    {
      "name": "getopt",
      "platform": "windows & !mingw"
    }
  ]
}