From 54801757159d64d250a7702339ad58347be66aa8 Mon Sep 17 00:00:00 2001 From: sls1005 <90055573+sls1005@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:25:48 +0800 Subject: [PATCH] Added package cppconst (#2819) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 16d0e50..aa29199 100644 --- a/packages.json +++ b/packages.json @@ -32592,6 +32592,17 @@ "license": "MIT", "web": "https://github.com/thisago/instagram" }, + { + "name": "cppconst", + "url": "https://github.com/sls1005/nim-cppconst", + "method": "git", + "tags": [ + "cpp" + ], + "description": "Nim wrapper for C++ const-qualified types.", + "license": "MIT", + "web": "https://github.com/sls1005/nim-cppconst" + }, { "name": "dither", "url": "https://github.com/Nycto/dither-nim",