From 89f783534b738c63542f57918d9c799142c0ab86 Mon Sep 17 00:00:00 2001 From: zer0-star <32029533+zer0-star@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:59:45 +0900 Subject: [PATCH] Added package matsuri (#1453) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7ba821b..c408931 100644 --- a/packages.json +++ b/packages.json @@ -17601,5 +17601,19 @@ "description": "HTTP Cookies for Nim.", "license": "Apache-2.0", "web": "https://github.com/planety/cookies" + }, + { + "name": "matsuri", + "url": "https://github.com/zer0-star/matsuri", + "method": "git", + "tags": [ + "library", + "variant", + "algebraic_data_type", + "pattern_matching" + ], + "description": "Useful Variant Type and Powerful Pattern Matching for Nim", + "license": "MIT", + "web": "https://github.com/zer0-star/matsuri" } ]