aboutsummaryrefslogtreecommitdiff
path: root/ports/foonathan-memory/vcpkg.json
blob: e668bd94f54734656cd7cb5e88dafe95ae8ed586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "foonathan-memory",
  "version-string": "2019-07-21",
  "port-version": 2,
  "description": "STL compatible C++ memory allocator library",
  "homepage": "https://foonathan.net/doc/memory/",
  "default-features": [
    "tool"
  ],
  "features": {
    "tool": {
      "description": "Build foonathan memory tool"
    }
  }
}