vcpkg/ports/edlib/vcpkg.json
chausner 6397f38354
[edlib] Update to 1.2.7 (#20489)
* Update edlib to 1.2.7

* Update CI baseline

* Remove obsolete patch file

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-05 16:15:09 -07:00

17 lines
376 B
JSON

{
"name": "edlib",
"version": "1.2.7",
"description": "Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.",
"homepage": "https://github.com/Martinsos/edlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}