From 31745725369353b5e3e38d7f9afdec275975f6a2 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 16 Oct 2018 03:17:07 +0300 Subject: [PATCH] Add package_visible_types --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fe4d371..70e688b 100644 --- a/packages.json +++ b/packages.json @@ -5925,6 +5925,19 @@ "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-etcd-client" }, + { + "name": "package_visible_types", + "url": "https://github.com/zah/nim-package-visible-types", + "method": "git", + "tags": [ + "library", + "packages", + "visibility" + ], + "description": "A hacky helper lib for authoring Nim packages with package-level visiblity", + "license": "MIT", + "web": "https://github.com/zah/nim-package-visible-types" + }, { "name": "ranges", "url": "https://github.com/status-im/nim-ranges",