From 4fbcb58ed95df53ffde820392d914b9dcaea52ba Mon Sep 17 00:00:00 2001 From: piedar Date: Mon, 17 Jul 2017 01:18:59 -0400 Subject: [PATCH] add coalesce --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9e50a25..1dee599 100644 --- a/packages.json +++ b/packages.json @@ -6754,5 +6754,19 @@ "description": "sha3 - cryptographic hash function", "license": "CC0", "web": "https://bitbucket.org/mihailp/sha3/" + }, + { + "name": "coalesce", + "url": "https://github.com/piedar/coalesce", + "method": "git", + "tags": [ + "nil", + "null", + "options", + "operator" + ], + "description": "A nil coalescing operator ?? for Nim", + "license": "MIT", + "web": "https://github.com/piedar/coalesce" } ]