From d6f9c1c3c415f5c5d8a69f96d6582fe9f1d12e93 Mon Sep 17 00:00:00 2001 From: Laszlo Szathmary Date: Fri, 14 Feb 2025 06:13:06 +0100 Subject: [PATCH] Add libclip (#2985) --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 1b89620..fe4966c 100644 --- a/packages.json +++ b/packages.json @@ -34591,7 +34591,7 @@ "description": "argv and argc for command line arguments", "license": "MIT", "web": "https://github.com/threatfender/args" - }, + }, { "name": "nim_kyber", "url": "https://github.com/roger-padrell/nim-kyber", @@ -34606,4 +34606,20 @@ "license": "MIT", "web": "https://roger-padrell.github.io/nim-kyber/" }, + { + "name": "libclip", + "url": "https://github.com/jabbalaci/libclip", + "method": "git", + "tags": [ + "clipboard", + "library", + "cross-platform", + "copy", + "paste", + "wrapper" + ], + "description": "A cross-platform Nim library for reading/writing text from/to the clipboard", + "license": "MIT", + "web": "https://github.com/jabbalaci/libclip" + }, ]