mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
Added package ringDeque (#960)
This commit is contained in:
parent
2930b5871a
commit
f5fc73438a
@ -1,13 +1,27 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "elvis",
|
"name": "elvis",
|
||||||
"url": "https://github.com/mattaylor/elvis",
|
"url": "https://github.com/mattaylor/elvis",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [ "operator", "elvis", "ternary", "template", "truthy", "falsy", "exception", "none", "null", "nil", "0", "NaN", "coalesce" ],
|
"tags": [
|
||||||
|
"operator",
|
||||||
|
"elvis",
|
||||||
|
"ternary",
|
||||||
|
"template",
|
||||||
|
"truthy",
|
||||||
|
"falsy",
|
||||||
|
"exception",
|
||||||
|
"none",
|
||||||
|
"null",
|
||||||
|
"nil",
|
||||||
|
"0",
|
||||||
|
"NaN",
|
||||||
|
"coalesce"
|
||||||
|
],
|
||||||
"description": "The elvis package implements a 'truthy', 'ternary' and a 'coalesce' operator to Nim as syntactic sugar for working with conditional expressions",
|
"description": "The elvis package implements a 'truthy', 'ternary' and a 'coalesce' operator to Nim as syntactic sugar for working with conditional expressions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/mattaylor/elvis"
|
"web": "https://github.com/mattaylor/elvis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nimrun",
|
"name": "nimrun",
|
||||||
"url": "https://github.com/lee-b/nimrun",
|
"url": "https://github.com/lee-b/nimrun",
|
||||||
@ -11811,5 +11825,19 @@
|
|||||||
"description": "Array/Sequence/Object destructuring/unpacking macro",
|
"description": "Array/Sequence/Object destructuring/unpacking macro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/technicallyagd/unpack"
|
"web": "https://github.com/technicallyagd/unpack"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ringDeque",
|
||||||
|
"url": "https://github.com/technicallyagd/ringDeque",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"deque",
|
||||||
|
"DoublyLinkedRing",
|
||||||
|
"utility",
|
||||||
|
"python"
|
||||||
|
],
|
||||||
|
"description": "deque implementatoin using DoublyLinkedRing",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/technicallyagd/ringDeque"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user