Added package scfg (#2471)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
Daniele Parisi 2023-01-27 12:04:59 +01:00 committed by Gabriel Huber
parent 5c74bebf04
commit b5213105c1

View File

@ -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"
}
]