diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0c62543..545e523 100644 --- a/packages.json +++ b/packages.json @@ -8595,6 +8595,19 @@ "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", "method": "git", |
