diff options
| author | genotrance <dev@genotrance.com> | 2019-07-17 00:46:31 -0500 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-07-17 07:46:31 +0200 |
| commit | 53c3a71c9d74f3ee5bd280e5635315263e0a62ec (patch) | |
| tree | b3eec98b00d0be78fdf3c9f4b9623776f314ec07 | |
| parent | 6f9bc300f9f73e3acbd9aa05092cd9593699ec7b (diff) | |
| download | packages-53c3a71c9d74f3ee5bd280e5635315263e0a62ec.tar.gz packages-53c3a71c9d74f3ee5bd280e5635315263e0a62ec.zip | |
Added package shared (#1119)
| -rw-r--r-- | packages.json | 14 |
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" } ] |
