mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
18 lines
367 B
JSON
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
|
|
}
|
|
]
|
|
}
|