From 30aa675eab4d35d6a04c7914fcea589e9f6eb6e9 Mon Sep 17 00:00:00 2001 From: "Ivan Mar (sOkam!)" <7308253+heysokam@users.noreply.github.com> Date: Sat, 9 Aug 2025 08:29:59 +0200 Subject: [PATCH] Added package xcb_nim (#3098) --- packages.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 5582d8c..82ddf1a 100644 --- a/packages.json +++ b/packages.json @@ -35949,7 +35949,7 @@ "description": "Nim SDK for Claude Code - provides seamless integration with Claude Code functionality through a native Nim interface", "license": "Apache-2.0", "web": "https://github.com/Apothic-AI/claude-code-sdk-nim" - }, + }, { "name": "pgvector", "url": "https://github.com/pgvector/pgvector-nim", @@ -35987,5 +35987,25 @@ "description": "Zero-cost typed SIMD operations for Nim using familiar math operators (`+`, `-`, `*`, `/`, etc.) that compile directly to AVX2 instructions.", "license": "MIT", "web": "https://github.com/capocasa/mmops" + }, + { + "name": "xcb_nim", + "url": "https://github.com/heysokam/xcb.nim", + "method": "git", + "tags": [ + "xcb", + "X11", + "linux", + "libxcb", + "nimmified", + "ergonomic", + "library", + "bindings", + "wrapper", + "futhark" + ], + "description": "xcb.nim | Nimmified bindings for XCB", + "license": "MPL-2.0", + "web": "https://github.com/heysokam/xcb.nim" } ]