diff --git a/packages.json b/packages.json index 888fcd3..457af62 100644 --- a/packages.json +++ b/packages.json @@ -23058,6 +23058,20 @@ "license": "MIT", "web": "https://github.com/niklaskorz/nim-exporttosqlite3" }, + { + "name": "microparsec", + "url": "https://github.com/schneiderfelipe/microparsec", + "method": "git", + "tags": [ + "parser-combinators", + "parser-library", + "microparsec", + "parsec" + ], + "description": "A performant Nim parsing library built for humans.", + "license": "MIT", + "web": "https://github.com/schneiderfelipe/microparsec" + }, { "name": "chain", "url": "https://github.com/khchen/chain",