blob: b5e09044e103da39809c7e30dc8294f43bd6ba9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"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
}
]
}
|