We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee1de7 commit 5555dc9Copy full SHA for 5555dc9
packages.json
@@ -11420,6 +11420,20 @@
11420
"web": "https://github.com/elijahr/nim-typestates",
11421
"doc": "https://elijahr.github.io/nim-typestates/"
11422
},
11423
+ {
11424
+ "name": "debra",
11425
+ "url": "https://github.com/elijahr/nim-debra",
11426
+ "method": "git",
11427
+ "tags": [
11428
+ "memory-management",
11429
+ "lock-free",
11430
+ "debra"
11431
+ ],
11432
+ "description": "DEBRA+ safe memory reclamation for lock-free data structures.",
11433
+ "license": "MIT",
11434
+ "web": "https://github.com/elijahr/nim-debra",
11435
+ "doc": "https://elijahr.github.io/nim-debra/"
11436
+ },
11437
{
11438
"name": "sol",
11439
"url": "https://github.com/davidgarland/sol",
0 commit comments