aboutsummaryrefslogtreecommitdiff
path: root/ports/type-lite/vcpkg.json
blob: 9fa6607e1e39e96e0b66d56c28ae5b0383138d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "type-lite",
  "version-string": "0.1.0",
  "port-version": 1,
  "description": "Strong types for C++98, C++11 and later in a single-file header-only library.",
  "homepage": "https://github.com/martinmoene/type-lite",
  "features": {
    "test": {
      "description": "Build with test"
    }
  }
}