diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-21 23:04:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-21 23:04:32 +0000 |
| commit | ba8fa635d042fe27ecf110c316a66b355f0c521d (patch) | |
| tree | ddf1b9a1283e9e677bad3e47a6fb7e4d26776578 | |
| parent | 03b78246c1606aab0edf3c1cb978f87bf4e5daef (diff) | |
| parent | e115d21af1ffe7320f14ef1e3ea4def48cc2f6bb (diff) | |
| download | packages-ba8fa635d042fe27ecf110c316a66b355f0c521d.tar.gz packages-ba8fa635d042fe27ecf110c316a66b355f0c521d.zip | |
Merge pull request #936 from alehander42/master
Add gara lib
| -rw-r--r-- | packages.json | 12 |
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" } ] |
