Added package nimtools (#3094)

This commit is contained in:
alexzzzs 2025-08-05 15:36:12 +10:00 committed by GitHub
parent c46e4e5abd
commit 23da88789c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35872,9 +35872,12 @@
"javascript", "javascript",
"interpreter", "interpreter",
"compiler", "compiler",
"jit", "x86-64", "jit",
"optimizer", "bytecode", "x86-64",
"scripting", "lexer", "optimizer",
"bytecode",
"scripting",
"lexer",
"parser" "parser"
], ],
"description": "Bali is an embeddable JavaScript engine written in Nim from scratch.", "description": "Bali is an embeddable JavaScript engine written in Nim from scratch.",
@ -35913,6 +35916,21 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/aad1995/chronim" "web": "https://github.com/aad1995/chronim"
}, },
{
"name": "nimtools",
"url": "https://github.com/alexzzzs/NimTools",
"method": "git",
"tags": [
"a",
"utils",
"library",
"for",
"Nim"
],
"description": "Lightweight, zero-dependency Nim library with expressive helper APIs for numbers, strings, and collections",
"license": "MIT",
"web": "https://github.com/alexzzzs/NimTools"
},
{ {
"name": "claude_code_sdk", "name": "claude_code_sdk",
"url": "https://github.com/Apothic-AI/claude-code-sdk-nim", "url": "https://github.com/Apothic-AI/claude-code-sdk-nim",