vcpkg/ports/veigar/vcpkg.json
2024-06-24 18:40:40 -07:00

20 lines
457 B
JSON

{
"name": "veigar",
"version": "1.2",
"maintainers": "winsoft666 <winsoft666@outlook.com>",
"description": "Cross platform RPC library using shared memory.",
"homepage": "https://github.com/winsoft666/veigar",
"license": "GPL-3.0-or-later",
"supports": "linux | (windows & !uwp & !xbox)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}