diff options
Diffstat (limited to 'vcpkg/ports/ctstraffic/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ctstraffic/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/ctstraffic/vcpkg.json b/vcpkg/ports/ctstraffic/vcpkg.json new file mode 100644 index 0000000..ef5b3a0 --- /dev/null +++ b/vcpkg/ports/ctstraffic/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "ctstraffic", + "version": "2.0.3.2", + "description": "ctsTraffic is a highly scalable client/server networking tool giving detailed performance and reliability analytics.", + "homepage": "https://github.com/microsoft/ctsTraffic/", + "license": "Apache-2.0", + "supports": "windows & !uwp", + "dependencies": [ + { + "name": "vcpkg-msbuild", + "host": true + }, + "wil" + ] +} |