mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
2878a7d60f
Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: admin <admin@windows.com> Co-authored-by: paipai <noexist@gmail.com> Co-authored-by: Frank <1433351828@qq.com>
20 lines
457 B
JSON
20 lines
457 B
JSON
{
|
|
"name": "veigar",
|
|
"version": "1.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|