aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libstk/vcpkg.json
blob: 39abd67e97ceb9d0c823bd9477a46a4828d529f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "libstk",
  "version": "4.6.1",
  "port-version": 3,
  "description": "The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language.",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}