aboutsummaryrefslogtreecommitdiff
path: root/ports/type-safe/vcpkg.json
blob: 3b16d3c7b101eb593e421c404fd55e101f17d0c7 (plain)
1
2
3
4
5
6
7
8
9
{
  "name": "type-safe",
  "version-string": "0.2.1",
  "description": "Zero overhead abstractions that use the C++ type system to prevent bugs.",
  "homepage": "https://github.com/foonathan/type_safe",
  "dependencies": [
    "debug-assert"
  ]
}