aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]