1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ "name": "vcpkg-ci-unixodbc", "version-string": "ci", "description": "Test port for unixodbc usage", "homepage": "https://github.com/microsoft/vcpkg", "license": "MIT", "dependencies": [ { "name": "vcpkg-cmake", "host": true }, "unixodbc" ] }