daml/dev-env/windows/manifests/toxiproxy.json
Gary Verhaegen b28b543fc6
add toxiproxy to Windows (for #6114) (#6119)
I have never used Scoop before and I'm not sure how to actually test
this, but I thought this might at least get a conversation going.

Plus, if my reading of the documentation of both toxiproxy and Scoop is
correct, this may even work as is.

CHANGELOG_BEGIN
CHANGELOG_END
2020-05-27 13:37:55 +02:00

18 lines
682 B
JSON

{
"homepage": "https://github.com/Shopify/toxiproxy",
"description": "A TCP proxy to simulate network and system conditions for chaos and resiliency testing",
"license": {
"identifier": "MIT",
"url": "https://raw.githubusercontent.com/Shopify/toxiproxy/v2.1.4/LICENSE"
},
"version": "2.1.4",
"architecture": {
"64bit": {
"url": "https://github.com/Shopify/toxiproxy/releases/download/v2.1.4/toxiproxy-server-windows-amd64.exe",
"hash": "2190b6d75570dc3b9bd5c026467c33b3f8811151a9022393666af0eaa6fda315"
}
},
"bin": [["toxiproxy-server-windows-amd64.exe", "toxiproxy.exe"],
["toxiproxy-server-windows-amd64.exe", "toxiproxy"]]
}