aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bext-mp/vcpkg.json
blob: 413416c11b40cf010697838275301acdba64ef85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "bext-mp",
  "version-date": "2023-03-02",
  "description": "C++20 ~~Template~~ Meta-Programming",
  "homepage": "https://boost-ext.github.io/mp/",
  "license": "BSL-1.0",
  "supports": "!windows | mingw",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}