blob: 5e42a0a659da50818f279699e437d8f9e15860b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "cpp-ipc",
"version": "1.0.0",
"description": "C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.",
"homepage": "https://github.com/mutouyun/cpp-ipc",
"supports": "!osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|