From efbb851c664968532cead3bd432cd1f5f2b178f3 Mon Sep 17 00:00:00 2001 From: Jost Triller Date: Mon, 11 Aug 2025 06:54:07 +0200 Subject: [PATCH] Adding nimchess to packages.json (#3100) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 8990951..808ba97 100644 --- a/packages.json +++ b/packages.json @@ -36008,6 +36008,21 @@ "license": "MPL-2.0", "web": "https://github.com/heysokam/xcb.nim" }, + { + "name": "nimchess", + "url": "https://github.com/tsoj/nimchess", + "method": "git", + "tags": [ + "chess", + "bitboard", + "game", + "pgn" + ], + "description": "A chess library for Nim", + "license": "LGPL-3.0-linking-exception", + "web": "https://github.com/tsoj/nimchess", + "doc": "https://tsoj.github.io/nimchess" + }, { "name": "celina", "url": "https://github.com/fox0430/celina",