aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liblo/vcpkg.json
blob: 478b6553640fc8ff4e6cd7616d87f05276ef63db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "liblo",
  "version": "0.32",
  "description": "liblo is an implementation of the Open Sound Control protocol for POSIX systems",
  "homepage": "https://github.com/radarsat1/liblo",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}