aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-11-21 23:04:32 +0000
committerGitHub <noreply@github.com>2018-11-21 23:04:32 +0000
commitba8fa635d042fe27ecf110c316a66b355f0c521d (patch)
treeddf1b9a1283e9e677bad3e47a6fb7e4d26776578
parent03b78246c1606aab0edf3c1cb978f87bf4e5daef (diff)
parente115d21af1ffe7320f14ef1e3ea4def48cc2f6bb (diff)
downloadpackages-ba8fa635d042fe27ecf110c316a66b355f0c521d.tar.gz
packages-ba8fa635d042fe27ecf110c316a66b355f0c521d.zip
Merge pull request #936 from alehander42/master
Add gara lib
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index bb15489..a22e1af 100644
--- a/packages.json
+++ b/packages.json
@@ -11540,5 +11540,17 @@
"description": "terminal ascii tables for nim",
"license": "BSD-3-Clause",
"web": "https://github.com/xmonader/nim-asciitables"
+ },
+ {
+ "name": "gara",
+ "url": "https://github.com/alehander42/gara",
+ "method": "git",
+ "tags": [
+ "nim",
+ "pattern"
+ ],
+ "description": "A pattern matching library",
+ "license": "MIT",
+ "web": "https://github.com/alehander42/gara"
}
]