Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
396 B
JSON

{
"name": "cpp-ipc",
"version": "1.3.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
}
]
}