mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
20 lines
457 B
JSON
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
|
|
}
|
|
]
|
|
}
|