diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-13 00:44:43 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-13 00:44:43 -0500 |
| commit | 7650020a8838438c7a7f44eaecb4e850c211b03f (patch) | |
| tree | 7ac9d13db1b93039c9543a2832476e26c6605b0e | |
| parent | bdb155fd68f4079ad3569c1ec368ad5ff05dcbca (diff) | |
| download | packages-7650020a8838438c7a7f44eaecb4e850c211b03f.tar.gz packages-7650020a8838438c7a7f44eaecb4e850c211b03f.zip | |
Added package nimclipboard
| -rw-r--r-- | packages.json | 16 |
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" } ] |
