diff options
| author | Alexander Ivanov <alehander42@gmail.com> | 2018-11-20 13:34:24 +0200 |
|---|---|---|
| committer | Alexander Ivanov <alehander42@gmail.com> | 2018-11-20 13:34:24 +0200 |
| commit | e115d21af1ffe7320f14ef1e3ea4def48cc2f6bb (patch) | |
| tree | 74ea6d1cd6c4eae349aaf04e35bfa0295ee7d57b | |
| parent | f4ff8b1fc6c1e58d218d7cf4991573a7635bf1b8 (diff) | |
| download | packages-e115d21af1ffe7320f14ef1e3ea4def48cc2f6bb.tar.gz packages-e115d21af1ffe7320f14ef1e3ea4def48cc2f6bb.zip | |
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 6257412..713c5d1 100644 --- a/packages.json +++ b/packages.json @@ -11528,5 +11528,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" } ] |
