diff options
| author | Sebastien Diot <monster@shadowdemon.com> | 2018-03-13 22:09:26 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-13 21:09:26 +0000 |
| commit | e626f72d9139b5278f727582b0e37368f69c1236 (patch) | |
| tree | 35ae483923bafcdb06cc3ffd8ae497e72791bd77 | |
| parent | aa8f4f73807f19fd0d3df7d10ea9f20ef584872c (diff) | |
| download | packages-e626f72d9139b5278f727582b0e37368f69c1236.tar.gz packages-e626f72d9139b5278f727582b0e37368f69c1236.zip | |
Added package moduleinit (#677)
| -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", |
