Added package cppclass (#2207)

This commit is contained in:
sls1005 2022-04-21 14:10:34 +08:00 committed by GitHub
parent 2e7853f4a9
commit c82c5c5217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]