aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-07-13 00:44:43 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-07-13 00:44:43 -0500
commit7650020a8838438c7a7f44eaecb4e850c211b03f (patch)
tree7ac9d13db1b93039c9543a2832476e26c6605b0e
parentbdb155fd68f4079ad3569c1ec368ad5ff05dcbca (diff)
downloadpackages-7650020a8838438c7a7f44eaecb4e850c211b03f.tar.gz
packages-7650020a8838438c7a7f44eaecb4e850c211b03f.zip
Added package nimclipboard
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index cea679c..89ca743 100644
--- a/packages.json
+++ b/packages.json
@@ -9927,5 +9927,21 @@
"description": "A simple chunked external protocol interface for Splunk custom search commands.",
"license": "Apache2",
"web": "https://github.com/metasyn/nim-cexc-splunk"
+ },
+ {
+ "name": "nimclipboard",
+ "url": "https://github.com/genotrance/nimclipboard",
+ "method": "git",
+ "tags": [
+ "clipboard",
+ "wrapper",
+ "clip",
+ "copy",
+ "paste",
+ "nimgen"
+ ],
+ "description": "Nim wrapper for libclipboard",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/nimclipboard"
}
]