Added package cpptuples (#2408)

Co-authored-by: Miran <narimiran@disroot.org>
This commit is contained in:
sls1005 2022-11-28 14:01:29 +08:00 committed by GitHub
parent ffdc4df6ed
commit 73a1b051d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27908,6 +27908,18 @@
"license": "MIT",
"web": "https://github.com/khchen/xl"
},
{
"name": "cpptuples",
"url": "https://github.com/sls1005/cpptuples",
"method": "git",
"tags": [
"cpp",
"tuple"
],
"description": "A wrapper for C++'s std::tuple",
"license": "MIT",
"web": "https://github.com/sls1005/cpptuples"
},
{
"name": "nimcolor",
"url": "https://github.com/JessaTehCrow/NimColor",