aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/randomstr/vcpkg.json
blob: 29ea9f92ae5afe7256f0089fd967beaa857dadf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "randomstr",
  "version-date": "2022-02-03",
  "description": "Simple randomstr function in a header-only C89 library",
  "license": "0BSD",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}