vcpkg/ports/tree-similarity/vcpkg.json
Rémi Bédard-Couture 277affef6c
[tree-similarity] Fix wrong port name in usage file (#32409)
* 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>
2023-07-06 10:40:02 -07:00

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
}
]
}