diff --git a/packages.json b/packages.json index 0ef6455..06a6cf5 100644 --- a/packages.json +++ b/packages.json @@ -25541,5 +25541,19 @@ "description": "Nim wrapper for FTDI ftd2xx library", "license": "MIT", "web": "https://github.com/leeooox/ftd2xx" + }, + { + "name": "run_exe", + "url": "https://github.com/V0idMatr1x/run_exe", + "method": "git", + "tags": [ + "lib", + "osproc", + "subprocess", + "dsl" + ], + "description": "A mini DSL for Nim that provides syntactic sugar for running/piping shell commands. ", + "license": "GPL-3.0-or-later", + "web": "https://github.com/V0idMatr1x/run_exe" } ]