aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpp-ipc/vcpkg.json
blob: 0f18fc7a4c58c10bfe2ad3c56df320979f3c7a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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
    }
  ]
}