aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpp-channel/vcpkg.json
blob: 3aaaa617c3b1ab3e1097ccc70b6ad0be2e3267e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "cpp-channel",
  "version": "1.3.1",
  "description": "C++11 thread-safe container for sharing data between threads (synchronized queue)",
  "homepage": "https://github.com/andreiavrammsd/cpp-channel",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}