From 5525a50a74ae788ad27d8cac9eefe5421d436e51 Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Sat, 27 Oct 2018 14:26:22 +0200 Subject: [PATCH] Add sermon --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fb7b565..4a6d4d2 100644 --- a/packages.json +++ b/packages.json @@ -11229,5 +11229,19 @@ "description": "Terse and composable error handling.", "license": "MIT", "web": "https://github.com/quelklef/nim-sugerror" + }, + { + "name": "sermon", + "url": "https://github.com/ThomasTJdev/nim_sermon", + "method": "git", + "tags": [ + "monitor", + "storage", + "memory", + "process" + ], + "description": "Monitor the state and memory of processes and URL response.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_sermon" } ]