diff --git a/packages.json b/packages.json index 2279d79..9fa22d2 100644 --- a/packages.json +++ b/packages.json @@ -23057,5 +23057,20 @@ "description": "Export Nim functions to sqlite3", "license": "MIT", "web": "https://github.com/niklaskorz/nim-exporttosqlite3" + }, + { + "name": "chain", + "url": "https://github.com/khchen/chain", + "method": "git", + "tags": [ + "macro", + "with", + "cascade", + "operator", + "chaining" + ], + "description": "Nim's function chaining and method cascading", + "license": "MIT", + "web": "https://github.com/khchen/chain" } ]