vcpkg/ports/liblo/vcpkg.json

17 lines
348 B
JSON
Raw Normal View History

{
"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
}
]
}