Added package moduleinit (#677)

This commit is contained in:
Sebastien Diot 2018-03-13 22:09:26 +01:00 committed by Dominik Picheta
parent aa8f4f7380
commit e626f72d91

View File

@ -8594,6 +8594,19 @@
"license": "MIT",
"web": "https://github.com/genotrance/snip"
},
{
"name": "moduleinit",
"url": "https://github.com/skunkiferous/moduleinit",
"method": "git",
"tags": [
"library",
"parallelism",
"threads"
],
"description": "Nim module/thread initialisation ordering library",
"license": "MIT",
"web": "https://github.com/skunkiferous/moduleinit"
},
{
"name": "mofuw",
"url": "https://github.com/2vg/mofuw",