diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-18 01:10:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-18 01:10:42 +0000 |
| commit | 46a1890d48b2252ccadc3fa06bc4730d386e8518 (patch) | |
| tree | 729c96088548b1b256e1cb605e965e0e20dac7a0 | |
| parent | 78ff3637de5110dfb539e44a8b6a53a1e31c2a30 (diff) | |
| parent | a77b81d1d06c938ff19526fc0f20465586f4e873 (diff) | |
| download | packages-46a1890d48b2252ccadc3fa06bc4730d386e8518.tar.gz packages-46a1890d48b2252ccadc3fa06bc4730d386e8518.zip | |
Merge pull request #682 from 2vg/add-msqueue0430
Added package msqueue
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7be2bd4..ca52a8d 100644 --- a/packages.json +++ b/packages.json @@ -8703,5 +8703,20 @@ "description": "Simple and lightweight OPDS ebook server", "license": "GPLv3", "web": "https://github.com/FedericoCeratto/tsundoku" + }, + { + "name": "msqueue", + "url": "https://github.com/2vg/MSQueue", + "method": "git", + "tags": [ + "algorithm", + "queue", + "MichaelScott", + "fast", + "concurrent" + ], + "description": "Michael-Scott queue implemented in Nim", + "license": "MIT", + "web": "https://github.com/2vg/MSQueue" } ] |
