17 lines
397 B
JSON
Executable file
17 lines
397 B
JSON
Executable file
{
|
|
"name": "edlib",
|
|
"version": "1.2.7",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|