From 51a96a14bbdc5fb6d4b2aaee2114cfa0b1972e3a Mon Sep 17 00:00:00 2001 From: bk20x Date: Sat, 11 Oct 2025 01:22:42 -0500 Subject: [PATCH 1/5] Update packages.json --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1c6cd91b..77862829 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + + {"name": "uleb128", + "url": "https://github.com/bk20x/uleb128", + "method": "git", + "tags": [ + "encode", + "decode", + "encoding" + ], + "description": "uleb128 decoding/encoding for Nim.", + "license": "MIT", + "web": "https://github.com/bk20x/uleb128" + }, { "name": "yaclap", "url": "https://codeberg.org/emanresu3/yaclap", From 44c1024e9b9d98aa344b1d572265ecefbce434af Mon Sep 17 00:00:00 2001 From: bk20x Date: Mon, 8 Dec 2025 06:35:51 -0600 Subject: [PATCH 2/5] Update packages.json --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 293b76da..1d7c7a1a 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,17 @@ [ - + {"name": "hashbrowns", + "url": "https://github.com/bk20x/Hashbrowns", + "method": "git", + "tags": [ + "hash", + "hashing", + "utility", + "gui" + ], + "description": "Small GUI utility for hashing files or mass hashing directories", + "license": "MIT", + "web": "https://github.com/bk20x/Hashbrowns" + }, {"name": "uleb128", "url": "https://github.com/bk20x/uleb128", "method": "git", From 35b8efb02068b3957ab1cb0f31ca18ba702930db Mon Sep 17 00:00:00 2001 From: bk20x Date: Mon, 8 Dec 2025 06:40:59 -0600 Subject: [PATCH 3/5] Update packages.json From 3f23ada04f8a4d47893bda1a19fa17a5c7b145ac Mon Sep 17 00:00:00 2001 From: bk20x Date: Mon, 8 Dec 2025 06:42:24 -0600 Subject: [PATCH 4/5] Revert "Update packages.json" This reverts commit 44c1024e9b9d98aa344b1d572265ecefbce434af. --- packages.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/packages.json b/packages.json index 1d7c7a1a..293b76da 100644 --- a/packages.json +++ b/packages.json @@ -1,17 +1,5 @@ [ - {"name": "hashbrowns", - "url": "https://github.com/bk20x/Hashbrowns", - "method": "git", - "tags": [ - "hash", - "hashing", - "utility", - "gui" - ], - "description": "Small GUI utility for hashing files or mass hashing directories", - "license": "MIT", - "web": "https://github.com/bk20x/Hashbrowns" - }, + {"name": "uleb128", "url": "https://github.com/bk20x/uleb128", "method": "git", From 6f51a33f230bf91c662df961cdd11a44f080efc5 Mon Sep 17 00:00:00 2001 From: bk20x Date: Mon, 8 Dec 2025 06:44:57 -0600 Subject: [PATCH 5/5] Update packages.json --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 293b76da..1d7c7a1a 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,17 @@ [ - + {"name": "hashbrowns", + "url": "https://github.com/bk20x/Hashbrowns", + "method": "git", + "tags": [ + "hash", + "hashing", + "utility", + "gui" + ], + "description": "Small GUI utility for hashing files or mass hashing directories", + "license": "MIT", + "web": "https://github.com/bk20x/Hashbrowns" + }, {"name": "uleb128", "url": "https://github.com/bk20x/uleb128", "method": "git",