aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ltla-aarand/vcpkg.json
blob: c94c1784621bd4770e53705b8f700b7fc43fd79a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "ltla-aarand",
  "version": "1.1.0",
  "description": "Aaron's random distributions for C++",
  "homepage": "https://github.com/LTLA/aarand",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}