mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
277affef6c
* Fix typo in usage file * Update port version * Add missing newline at end of usage file * Update versions/t-/tree-similarity.json Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> --------- Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|