From 68b5c86b580f2430c27e6d7a9c0a3c3a3d571eae Mon Sep 17 00:00:00 2001 From: srozb Date: Fri, 12 Aug 2022 12:58:04 +0200 Subject: [PATCH] Added package libpe (#2320) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index bf8ebdb..bb8e49d 100644 --- a/packages.json +++ b/packages.json @@ -27093,5 +27093,18 @@ "description": "Monitor TCP connections and diagnose buffer and connectivity issues on Linux machines related to input and output queues", "license": "MIT", "web": "https://github.com/pouriyajamshidi/qwatcher" + }, + { + "name": "libpe", + "url": "https://github.com/srozb/nim-libpe", + "method": "git", + "tags": [ + "pe", + "wrapper", + "library" + ], + "description": "Nim wrapper for libpe library", + "license": "MIT", + "web": "https://github.com/srozb/nim-libpe" } ]