aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]