From 9e4eaf727d8a5b4c9a99c5b79614651864accc33 Mon Sep 17 00:00:00 2001 From: D'Itz Dev Date: Wed, 16 Jul 2025 15:24:58 +0700 Subject: [PATCH] Added package Rakta (#3076) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 8219ad4..60c1026 100644 --- a/packages.json +++ b/packages.json @@ -35773,5 +35773,17 @@ ], "license": "MIT", "description": "A CLI tool and library for interacting with various LLMs" + }, + { + "name": "Rakta", + "url": "https://github.com/DitzDev/Rakta", + "method": "git", + "tags": [ + "web", + "library" + ], + "description": "Powerfull, Fast, and Minimalist web Framework for Nim. Focus on your Backend.", + "license": "MIT", + "web": "https://github.com/DitzDev/Rakta" } ]