From 63e99cc2ce8d9f26e2ed960e9668be65aa8b4bfd Mon Sep 17 00:00:00 2001 From: guzba Date: Sat, 9 Nov 2024 23:16:17 -0600 Subject: [PATCH] Add package smelly (#2945) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index f5ba597..d9a7397 100644 --- a/packages.json +++ b/packages.json @@ -34120,6 +34120,17 @@ "license": "MIT", "web": "https://github.com/metagn/froth" }, + { + "name": "smelly", + "url": "https://github.com/guzba/smelly", + "method": "git", + "tags": [ + "xml" + ], + "description": "Sometimes you have to parse XML", + "license": "MIT", + "web": "https://github.com/guzba/smelly" + }, { "name": "crossdb", "url": "https://github.com/openpeeps/crossdb-nim",