Adding nimchess to packages.json (#3100)

This commit is contained in:
Jost Triller 2025-08-11 06:54:07 +02:00 committed by GitHub
parent 12234dc01a
commit efbb851c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",