From 70e4953d47a36cd3a8cde5a47991cdfb0207a9ed Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Wed, 4 Apr 2018 14:35:36 -0400 Subject: [PATCH] Added package consul --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" } ]