vcpkg/ports/libcorrect/vcpkg.json
2022-11-28 12:36:48 -08:00

18 lines
367 B
JSON

{
"name": "libcorrect",
"version-date": "2018-10-11",
"description": "libcorrect is a library for Forward Error Correction",
"homepage": "https://github.com/quiet/libcorrect",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}