From f808ff6814126b7193385c479c28bc7553f5afd4 Mon Sep 17 00:00:00 2001 From: sm_moshi Date: Tue, 1 Apr 2025 11:36:29 +0200 Subject: [PATCH] Added package darwinmetrics (#3016) --- packages.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages.json b/packages.json index e57fa97..1392ff8 100644 --- a/packages.json +++ b/packages.json @@ -34963,5 +34963,29 @@ "description": "Simple wrapper to execute osproc.exec* commands with sudo.", "license": "BSD-3-Clause", "web": "https://github.com/vandot/nim-sudo" + }, + { + "name": "darwinmetrics", + "url": "https://github.com/sm-moshi/darwinmetrics", + "method": "git", + "tags": [ + "macos", + "nim", + "async", + "monitoring", + "api", + "metrics", + "cpu", + "memory", + "disk", + "processes", + "gpu", + "power", + "network", + "darwin" + ], + "description": "System metrics library for macOS (Darwin) written in pure Nim — CPU, memory, disk, processes, and more.", + "license": "MIT", + "web": "https://github.com/sm-moshi/darwinmetrics" } ]