Added package shared (#1119)

This commit is contained in:
genotrance 2019-07-17 00:46:31 -05:00 committed by Miran
parent 6f9bc300f9
commit 53c3a71c9d

View File

@ -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"
}
]