mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:09:04 +08:00
18 lines
366 B
JSON
18 lines
366 B
JSON
|
{
|
||
|
"name": "wavelib",
|
||
|
"version-date": "2021-08-10",
|
||
|
"description": "C implementation of wavelet transform (DWT,SWT and MODWT)",
|
||
|
"homepage": "https://github.com/rafat/wavelib",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|