diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2018-10-16 03:17:07 +0300 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2018-10-16 14:13:10 +0300 |
| commit | 31745725369353b5e3e38d7f9afdec275975f6a2 (patch) | |
| tree | 4543b059bb974769b59cea3a0a4770c5a7816de3 | |
| parent | 6012e6aa5eb1329508475500fa47dcba7ebaf06f (diff) | |
| download | packages-31745725369353b5e3e38d7f9afdec275975f6a2.tar.gz packages-31745725369353b5e3e38d7f9afdec275975f6a2.zip | |
Add package_visible_types
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fe4d371..70e688b 100644 --- a/packages.json +++ b/packages.json @@ -5926,6 +5926,19 @@ "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", "method": "git", |
