From 73a1b051d26f1aaae598489a5afca31c3525f888 Mon Sep 17 00:00:00 2001 From: sls1005 <90055573+sls1005@users.noreply.github.com> Date: Mon, 28 Nov 2022 14:01:29 +0800 Subject: [PATCH] Added package cpptuples (#2408) Co-authored-by: Miran --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",