mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:29:01 +08:00
20 lines
384 B
JSON
20 lines
384 B
JSON
|
{
|
||
|
"name": "libsonic",
|
||
|
"version": "0.2.0",
|
||
|
"description": "Simple library to speed up or slow down speech",
|
||
|
"homepage": "https://github.com/waywardgeek/sonic",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "linux | osx",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"tool": {
|
||
|
"description": "Build tool"
|
||
|
}
|
||
|
}
|
||
|
}
|