From 5a8b2965fbcdb1b807944149ec1fd6a2e2af6b1e Mon Sep 17 00:00:00 2001 From: Amun Date: Mon, 27 Nov 2023 01:44:31 +0100 Subject: [PATCH] Added package dlutils (#2764) Co-authored-by: Amun --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index dc3e1e6..81b90b5 100644 --- a/packages.json +++ b/packages.json @@ -32054,5 +32054,19 @@ "description": "Official Nim port of Sqids. Generate short YouTube-looking IDs from numbers.", "license": "MIT", "web": "https://github.com/sqids/sqids-nim" + }, + { + "name": "dlutils", + "url": "https://github.com/amnr/dlutils", + "method": "git", + "tags": [ + "shared", + "library", + "helper", + "wrapper" + ], + "description": "Nim package for easy shared library loading.", + "license": "NCSA", + "web": "https://github.com/amnr/dlutils" } ]