From b25f7a7d4014cd974883fc3230830bf9d6e1d859 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Thu, 24 Dec 2015 23:02:54 +0200 Subject: [PATCH] Added variant pkg --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 486291a..06683f8 100644 --- a/packages.json +++ b/packages.json @@ -3784,5 +3784,16 @@ "description": "Implements framework-agnostic native operating system dialogs calls", "license": "MIT", "web": "https://github.com/SSPkrolik/nim-native-dialogs" + }, + { + "name": "variant", + "url": "https://github.com/yglukhov/variant.git", + "method": "git", + "tags": [ + "variant" + ], + "description": "Variant type and type matching", + "license": "MIT", + "web": "https://github.com/yglukhov/variant" } ]