aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpp-channel/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cpp-channel/vcpkg.json')
-rw-r--r--vcpkg/ports/cpp-channel/vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/cpp-channel/vcpkg.json b/vcpkg/ports/cpp-channel/vcpkg.json
new file mode 100644
index 0000000..3aaaa61
--- /dev/null
+++ b/vcpkg/ports/cpp-channel/vcpkg.json
@@ -0,0 +1,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
+ }
+ ]
+}