diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-07-17 19:35:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-17 19:35:28 +0100 |
| commit | 124c2e503f2f4895cec90b5b188f2deed0894b73 (patch) | |
| tree | e7f8e30ec6c1938fac2ea32df3dae0dc01eaed20 | |
| parent | 0d2c26c386eca1c2620b8703d7e3bbd38e69de45 (diff) | |
| parent | 4fbcb58ed95df53ffde820392d914b9dcaea52ba (diff) | |
| download | packages-124c2e503f2f4895cec90b5b188f2deed0894b73.tar.gz packages-124c2e503f2f4895cec90b5b188f2deed0894b73.zip | |
Merge pull request #541 from piedar/coalesce
add coalesce
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
