From d33bf5a43c4579d72e350e32eecf401b6c0fcdd7 Mon Sep 17 00:00:00 2001 From: Ward Date: Fri, 25 Jun 2021 12:15:14 +0800 Subject: [PATCH] add chain (#1948) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" } ]