From e115d21af1ffe7320f14ef1e3ea4def48cc2f6bb Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Tue, 20 Nov 2018 13:34:24 +0200 Subject: [PATCH] Add gara lib --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]