From 927dbb9bd00caf77c04a3eedc0376056a1c42206 Mon Sep 17 00:00:00 2001 From: pfpulux <52617309+pfpulux@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:43:12 +0200 Subject: [PATCH] add envmw (#2920) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 48c61cf..e898e60 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "envmw", + "url": "https://pf4sh.eu/git/pulux/envmw", + "method": "git", + "tags": [ + "console", + "command-line", + "server", + "cli" + ], + "description": "InMemory Key-Value-Store", + "license": "MIT", + "web": "https://pf4sh.eu/git/pulux/envmw" + }, { "name": "niqlite", "url": "https://github.com/mentalonigiri/niqlite",