From c82c5c5217f6c4f8ac55f20cb70020d82b32506c Mon Sep 17 00:00:00 2001 From: sls1005 <90055573+sls1005@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:10:34 +0800 Subject: [PATCH] Added package cppclass (#2207) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2f9e984..d9d9cf0 100644 --- a/packages.json +++ b/packages.json @@ -25880,5 +25880,18 @@ "description": "This is a simple implementation of a WebSocket server with 100% Nim.", "license": "MIT", "web": "https://github.com/obemaru4012/bamboo_websocket" + }, + { + "name": "cppclass", + "url": "https://github.com/sls1005/NimCPPClass", + "method": "git", + "tags": [ + "cpp", + "class", + "sugar" + ], + "description": "Syntax sugar which helps to define C++ classes from Nim.", + "license": "MIT", + "web": "https://github.com/sls1005/NimCPPClass" } ]