aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ltla-subpar/vcpkg.json
blob: 0344545d6d7164bba59f887c7ace3fd708e1485b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "ltla-subpar",
  "version": "0.4.1",
  "description": "Substitutable parallelization for C++ libraries",
  "homepage": "https://github.com/LTLA/subpar",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}