From efccc6a6607e33d0bd4cd61f81d093c0bc471b7e Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Mon, 6 Nov 2017 11:18:26 +0200 Subject: [PATCH] Add zero-functional --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7309b75..a66292f 100644 --- a/packages.json +++ b/packages.json @@ -7567,5 +7567,19 @@ "description": "threadsafe timerpool implementation for event purpose", "license": "MIT", "web": "https://github.com/mikra01/timerpool" + }, + { + "name": "zero_functional", + "url": "https://github.com/alehander42/zero-functional", + "method": "git", + "tags": [ + "functional", + "dsl", + "chaining", + "seq" + ], + "description": "A library providing zero-cost chaining for functional abstractions in Nim", + "license": "MIT", + "web": "https://github.com/alehander42/zero-functional" } ]