From 46ea543fb37c40bbd6d035dba5ed4683eec5d820 Mon Sep 17 00:00:00 2001 From: sls1005 <90055573+sls1005@users.noreply.github.com> Date: Wed, 30 Nov 2022 16:33:00 +0800 Subject: [PATCH] Added package cppany (#2417) --- packages.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 147c61a..75a6331 100644 --- a/packages.json +++ b/packages.json @@ -27957,8 +27957,8 @@ "description": "SMTP client implementation (originally in the stdlib).", "license": "MIT", "web": "https://github.com/nim-lang/smtp" - }, - { + }, + { "name": "asyncftpclient", "url": "https://github.com/nim-lang/asyncftpclient", "method": "git", @@ -27970,5 +27970,16 @@ "description": "FTP client implementation (originally in the stdlib).", "license": "MIT", "web": "https://github.com/nim-lang/asyncftpclient" + }, + { + "name": "cppany", + "url": "https://github.com/sls1005/cppany", + "method": "git", + "tags": [ + "cpp" + ], + "description": "A wrapper for C++'s std::any", + "license": "MIT", + "web": "https://github.com/sls1005/cppany" } ]