diff --git a/packages.json b/packages.json index 13cd7a9..8b01d79 100644 --- a/packages.json +++ b/packages.json @@ -29159,5 +29159,18 @@ "description": "Utilities for prime numbers", "license": "MIT", "web": "https://github.com/wokibe/primes" + }, + { + "name": "scfg", + "url": "https://codeberg.org/xoich/nim-scfg", + "method": "git", + "tags": [ + "library", + "config", + "parser" + ], + "description": "Simple configuration file format (scfg) parser", + "license": "CC-BY-SA 4.0", + "web": "https://codeberg.org/xoich/nim-scfg" } ]