aboutsummaryrefslogtreecommitdiff
path: root/ports/libsbsms/vcpkg.json
blob: 360bef009b987ed586537e5d5df1ef2753d96f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libsbsms",
  "version-semver": "2.3.0",
  "description": "libsbsms is a library for high quality time and pitch scale modification of digital audio. It uses octave subband sinusoidal modeling.",
  "homepage": "https://github.com/claytonotey/libsbsms",
  "license": "GPL-2.0-or-later",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}