aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/st-tree/vcpkg.json
blob: b436222cd94813a1bd6dae2fa7470749601a6c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "st-tree",
  "version": "1.3.0",
  "description": "A fast and flexible c++ template class for tree data structures",
  "homepage": "https://github.com/erikerlandson/st_tree",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}