From f8f6d90179164be282b021cfba6e543288328579 Mon Sep 17 00:00:00 2001 From: Alexander Johnson Date: Wed, 11 Jul 2018 12:00:23 -0700 Subject: [PATCH] Added package nim_cexc --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 183c6eb..c7f5189 100644 --- a/packages.json +++ b/packages.json @@ -9899,5 +9899,19 @@ "description": "Bit Shuffling Block Compressor (C-Blosc)", "license": "BSD", "web": "https://github.com/Skrylar/nblosc" + }, + { + "name": "nim_cexc", + "url": "https://github.com/metasyn/nim-cexc-splunk", + "method": "git", + "tags": [ + "splunk", + "command", + "cexc", + "chunked" + ], + "description": "A simple chunked external protocol interface for Splunk custom search commands.", + "license": "Apache2", + "web": "https://github.com/metasyn/nim-cexc-splunk" } ]