mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 09:49:01 +08:00
e4e9eb9891
* Add port of tree-similarity to measure tree edit distance * Fixed database version * Fix version again * Trying to fix the database version issue again * Update tree-similarity to v0.2 * Added tree-similarity v0.2 * Use official repo to download the library (PR got merged); Clean up versions * Update version manifest * Update download hash * Update version manifest * Align version string with upstream repo release tag * Update version manifest to align with upstream release tag * Update to release 0.1.1 that installs only the header files * Update version manifest
18 lines
447 B
JSON
18 lines
447 B
JSON
{
|
|
"name": "tree-similarity",
|
|
"version-semver": "0.1.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
|
|
}
|
|
]
|
|
}
|