diff --git a/packages.json b/packages.json index 6633c3e..9b4a21e 100644 --- a/packages.json +++ b/packages.json @@ -18573,6 +18573,21 @@ "license": "MIT", "web": "https://github.com/momeemt/Unit" }, + { + "name": "lockfreequeues", + "url": "https://github.com/elijahr/lockfreequeues", + "method": "git", + "tags": [ + "queue", + "circular-buffer", + "ring-buffer", + "spsc", + "lock-free" + ], + "description": "Single-producer, single-consumer, lock-free queue implementations for Nim.", + "license": "MIT", + "web": "https://github.com/elijahr/lockfreequeues" + }, { "name": "shene", "url": "https://github.com/xflywind/shene",