aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tuplet/vcpkg.json
blob: 75b47c333c248f98bca453f9d4df4001ae4735c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tuplet",
  "version": "2.1.1",
  "description": "A Lightweight Tuple Library for Modern C++",
  "homepage": "https://github.com/codeinred/tuplet",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}