Update tags, description, and doc link for lockfreequeues (#1588)

This commit is contained in:
Elijah Shaw-Rutschman 2020-08-10 00:28:24 -05:00 committed by GitHub
parent 86968ed7d5
commit e07251cc3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18651,15 +18651,23 @@
"url": "https://github.com/elijahr/lockfreequeues", "url": "https://github.com/elijahr/lockfreequeues",
"method": "git", "method": "git",
"tags": [ "tags": [
"spsc",
"mpsc",
"mpmc",
"queue", "queue",
"lockfree",
"lock-free",
"waitfree",
"wait-free",
"circularbuffer",
"circular-buffer", "circular-buffer",
"ring-buffer", "ring-buffer",
"spsc", "ringbuffer"
"lock-free"
], ],
"description": "Single-producer, single-consumer, lock-free queue implementations for Nim.", "description": "Lock-free queue implementations for Nim.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/elijahr/lockfreequeues" "web": "https://github.com/elijahr/lockfreequeues",
"doc": "https://elijahr.github.io/lockfreequeues/"
}, },
{ {
"name": "shene", "name": "shene",