aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-12-24 22:39:40 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-12-24 22:39:40 +0000
commit0521dfe71c6609e5cc7a2ced85a769a5af9d7ddd (patch)
treec8d0662510ff0fda44934ea011731ea9f081b4c1
parent62601eabcd02132ae80f3568f97e46266f28ffd8 (diff)
parentb25f7a7d4014cd974883fc3230830bf9d6e1d859 (diff)
downloadpackages-0521dfe71c6609e5cc7a2ced85a769a5af9d7ddd.tar.gz
packages-0521dfe71c6609e5cc7a2ced85a769a5af9d7ddd.zip
Merge pull request #296 from yglukhov/patch-7
Added variant pkg
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
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"
}
]