aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tree-similarity/vcpkg.json
blob: cb14a3f4d018dada456c224dc6b6698cb6f40dc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "tree-similarity",
  "version-semver": "0.1.1",
  "port-version": 1,
  "description": "Tree edit distance (TED) and similarity measurement library, offering multiple algorithm implementation such as APTED and LGM.",
  "homepage": "https://github.com/DatabaseGroup/tree-similarity",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}