mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Added tuples library
This commit is contained in:
parent
a0fea33f78
commit
c04236420d
@ -1178,9 +1178,18 @@
|
|||||||
"name": "optionals",
|
"name": "optionals",
|
||||||
"url": "https://github.com/MasonMcGill/optionals.git",
|
"url": "https://github.com/MasonMcGill/optionals.git",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": ["option", "optional", "maybe"],
|
"tags": ["library", "option", "optional", "maybe"],
|
||||||
"description": "Option types",
|
"description": "Option types",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "http://www.vision.caltech.edu/~mmcgill/optionals.html"
|
"web": "http://www.vision.caltech.edu/~mmcgill/optionals.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tuples",
|
||||||
|
"url": "https://github.com/MasonMcGill/tuples.git",
|
||||||
|
"method": "git",
|
||||||
|
"tags": ["library", "tuple", "metaprogramming"],
|
||||||
|
"description": "Tuple manipulation utilities",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "http://www.vision.caltech.edu/~mmcgill/tuples.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user