Added package consul

This commit is contained in:
Zach Smith 2018-04-04 14:35:36 -04:00
parent 954531205e
commit 70e4953d47

View File

@ -8864,5 +8864,16 @@
"description": "Loop efficiently over a variadic number of containers", "description": "Loop efficiently over a variadic number of containers",
"license": "MIT or Apache License 2.0", "license": "MIT or Apache License 2.0",
"web": "https://github.com/numforge/loopfusion" "web": "https://github.com/numforge/loopfusion"
},
{
"name": "consul",
"url": "https://github.com/makingspace/nim_consul",
"method": "git",
"tags": [
"consul"
],
"description": "A simple interface to a running Consul agent.",
"license": "BSD2",
"web": "https://github.com/makingspace/nim_consul"
} }
] ]