From 7826971c8b2ad15c3c94dfb108e6a7da576fcdf9 Mon Sep 17 00:00:00 2001 From: Alogani <77880767+Alogani@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:16:47 +0200 Subject: [PATCH] Adding alogani nimble packages (#2865) --- packages.json | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/packages.json b/packages.json index a68396e..4e7a956 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,87 @@ [ + { + "name": "shellcmd", + "url": "https://github.com/Alogani/shellcmd", + "method": "git", + "tags": [ + "library", + "childprocess", + "async", + "script", + "bash", + "terminal", + "system administration", + ], + "description": "Collection of Terminal commands to be used inside nim", + "license": "MIT", + "web": "https://github.com/Alogani/shellcmd" + }, + { + "name": "asyncproc", + "url": "https://github.com/Alogani/asyncproc", + "method": "git", + "tags": [ + "library", + "childprocess", + "async", + ], + "description": "Flexible child process spawner with strong async features", + "license": "MIT", + "web": "https://github.com/Alogani/asyncproc" + }, + { + "name": "aloganimisc", + "url": "https://github.com/Alogani/aloganimisc", + "method": "git", + "tags": [ + "library", + "dependency" + ], + "description": "Dependency for asyncproc and shellcmd package. Small utilities not worthing a package. Not meant to be used in production", + "license": "MIT", + "web": "https://github.com/Alogani/aloganimisc" + }, + { + "name": "asyncio", + "url": "https://github.com/Alogani/asyncio", + "method": "git", + "tags": [ + "library", + "async", + "asyncfile", + "asyncpipe", + "asyncstreams" + ], + "description": "Async files and streams tools", + "license": "MIT", + "web": "https://github.com/Alogani/asyncio" + }, + { + "name": "asyncsync", + "url": "https://github.com/Alogani/asyncsync", + "method": "git", + "tags": [ + "library", + "async", + "primitives" + ], + "description": "Async primitives working on std/asyncdispatch", + "license": "MIT", + "web": "https://github.com/Alogani/asyncsync" + }, + { + "name": "csvdict", + "url": "https://github.com/Alogani/csvdict", + "method": "git", + "tags": [ + "csv", + "library", + "data", + ], + "description": "Another CsvTable API. Goals are efficient, simple and flexible", + "license": "MIT", + "web": "https://github.com/Alogani/csvdict" + }, { "name": "well_parser", "url": "https://codeberg.org/samsamros/RRC-permits",