From 3d1ff13a3d3fab30c8b688be0644b5c11af03c6c Mon Sep 17 00:00:00 2001 From: George Lemon Date: Sat, 13 Sep 2025 21:09:42 +0300 Subject: [PATCH] Added package gccjit (#3120) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index a61d1a4..e155900 100644 --- a/packages.json +++ b/packages.json @@ -36136,6 +36136,22 @@ "license": "MIT", "web": "https://github.com/openpeeps/marvdown" }, + { + "name": "gccjit", + "url": "https://github.com/openpeeps/gccjit.nim", + "method": "git", + "tags": [ + "wrapper", + "gcc", + "aot", + "jit", + "compilation", + "programming" + ], + "description": "Nim bindings for libgccjit", + "license": "MIT", + "web": "https://github.com/openpeeps/gccjit.nim" + }, { "name": "libevent", "url": "https://github.com/openpeeps/libevent-nim",