aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/thermadiag-seq/vcpkg.json
blob: 383b7eb6ced0b51530a9fd7ed0060c4f91ab238d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "thermadiag-seq",
  "version": "2.0",
  "description": "a collection of original C++17 STL-like containers and related tools",
  "homepage": "https://github.com/Thermadiag/seq",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}