aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-04-04 22:31:35 +0100
committerGitHub <noreply@github.com>2018-04-04 22:31:35 +0100
commitfccb0d1919002f64bed2104d1161195ca26061c4 (patch)
tree802b160687d863f4e25a9d6e0232d74d65c8c0f9
parent954531205e2e798fc83e6622609e7b08fa478532 (diff)
parent70e4953d47a36cd3a8cde5a47991cdfb0207a9ed (diff)
downloadpackages-fccb0d1919002f64bed2104d1161195ca26061c4.tar.gz
packages-fccb0d1919002f64bed2104d1161195ca26061c4.zip
Merge pull request #698 from subsetpark/add-consul1835
Add package consul
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index b0d8cda..e079997 100644
--- a/packages.json
+++ b/packages.json
@@ -8864,5 +8864,16 @@
"description": "Loop efficiently over a variadic number of containers",
"license": "MIT or Apache License 2.0",
"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"
}
]