aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgenotrance <dev@genotrance.com>2019-07-17 00:46:31 -0500
committerMiran <narimiran@disroot.org>2019-07-17 07:46:31 +0200
commit53c3a71c9d74f3ee5bd280e5635315263e0a62ec (patch)
treeb3eec98b00d0be78fdf3c9f4b9623776f314ec07
parent6f9bc300f9f73e3acbd9aa05092cd9593699ec7b (diff)
downloadpackages-53c3a71c9d74f3ee5bd280e5635315263e0a62ec.tar.gz
packages-53c3a71c9d74f3ee5bd280e5635315263e0a62ec.zip
Added package shared (#1119)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4f61e50..70e3bdc 100644
--- a/packages.json
+++ b/packages.json
@@ -13754,5 +13754,19 @@
"description": "A curses inspired simple cross-platform console library for Nim",
"license": "WTFPL",
"web": "https://github.com/johnnovak/illwill"
+ },
+ {
+ "name": "shared",
+ "url": "https://github.com/genotrance/shared",
+ "method": "git",
+ "tags": [
+ "shared",
+ "seq",
+ "string",
+ "threads"
+ ],
+ "description": "Nim library for shared types",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/shared"
}
]