diff options
| author | Alexander Johnson <xander@splunk.com> | 2018-07-11 12:00:23 -0700 |
|---|---|---|
| committer | Alexander Johnson <xander@splunk.com> | 2018-07-11 12:00:23 -0700 |
| commit | f8f6d90179164be282b021cfba6e543288328579 (patch) | |
| tree | 6406610bcdef49a3cc8d16a0ce5b9a7bcca0a1c8 | |
| parent | c12b9115e6a23302b37e8c0fb41109ef9b978a73 (diff) | |
| download | packages-f8f6d90179164be282b021cfba6e543288328579.tar.gz packages-f8f6d90179164be282b021cfba6e543288328579.zip | |
Added package nim_cexc
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
