Added package ringDeque (#960)

This commit is contained in:
technicallyagd 2018-12-10 19:38:56 +08:00 committed by Miran
parent 2930b5871a
commit f5fc73438a

View File

@ -1,13 +1,27 @@
[
{
{
"name": "elvis",
"url": "https://github.com/mattaylor/elvis",
"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",
"license": "MIT",
"web": "https://github.com/mattaylor/elvis"
},
},
{
"name": "nimrun",
"url": "https://github.com/lee-b/nimrun",
@ -11811,5 +11825,19 @@
"description": "Array/Sequence/Object destructuring/unpacking macro",
"license": "MIT",
"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"
}
]