From 4ea40d5adb4dc7fbdd38e106098eb156385c24af Mon Sep 17 00:00:00 2001 From: Navid M Date: Sat, 19 Apr 2025 16:52:01 +0100 Subject: [PATCH] add package viper (#3027) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 08ee88c..c993e83 100644 --- a/packages.json +++ b/packages.json @@ -35128,5 +35128,19 @@ "description": "Links Nim packages via `srcDir` correctly", "license": "MIT", "web": "https://github.com/thing-king/nimlink" + }, + { + "name": "viper", + "url": "https://gitlab.com/navid-m/viper", + "method": "git", + "tags": [ + "sql", + "builder", + "sqlbuilder", + "language" + ], + "description": "SQL builder library with fluent syntax", + "license": "GPL-3.0-only", + "web": "https://gitlab.com/navid-m/viper" } ]