aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-03-18 01:10:42 +0000
committerGitHub <noreply@github.com>2018-03-18 01:10:42 +0000
commit46a1890d48b2252ccadc3fa06bc4730d386e8518 (patch)
tree729c96088548b1b256e1cb605e965e0e20dac7a0
parent78ff3637de5110dfb539e44a8b6a53a1e31c2a30 (diff)
parenta77b81d1d06c938ff19526fc0f20465586f4e873 (diff)
downloadpackages-46a1890d48b2252ccadc3fa06bc4730d386e8518.tar.gz
packages-46a1890d48b2252ccadc3fa06bc4730d386e8518.zip
Merge pull request #682 from 2vg/add-msqueue0430
Added package msqueue
-rw-r--r--packages.json15
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"
}
]