diff --git a/packages.json b/packages.json index 504af9f..351eaa3 100644 --- a/packages.json +++ b/packages.json @@ -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",