aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oscpack/vcpkg.json
blob: beb1274f171f4ea9cd2f06bb61da00989769c124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "oscpack",
  "version": "1.1.0",
  "description": "A simple C++ Open Sound Control (OSC) packet manipulation library",
  "homepage": "http://www.rossbencina.com/code/oscpack",
  "license": null,
  "supports": "!(windows & !static)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}