aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsonic/vcpkg.json
blob: 9b30096792c017cc1d4ad1812e0ffa452f74035d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
    }
  }
}