From 88a52fa365f8b1e9fa06c84cf9de8c015ffa1232 Mon Sep 17 00:00:00 2001 From: Ben Bierens <39762930+benbierens@users.noreply.github.com> Date: Mon, 13 May 2024 14:57:12 +0200 Subject: [PATCH] Added package leveldbstatic (#2871) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 3782a86..11f6b80 100644 --- a/packages.json +++ b/packages.json @@ -33387,5 +33387,20 @@ "description": "Some useful tools when working with dates.", "license": "MIT", "web": "https://github.com/GeK2K/nudates" + }, + { + "name": "leveldbstatic", + "url": "https://github.com/codex-storage/nim-leveldb", + "method": "git", + "tags": [ + "leveldb", + "library", + "wrapper", + "static", + "static-linked" + ], + "description": "Statically linked LevelDB wrapper for Nim", + "license": "MIT", + "web": "https://github.com/codex-storage/nim-leveldb" } ]