Added package nclip (#2537)

Co-authored-by: Blacks <simon.blacks@accenture.com>
This commit is contained in:
4zv4l 2023-03-14 13:29:10 +01:00 committed by GitHub
parent 44e7ea517b
commit bb670f40e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29485,5 +29485,18 @@
"description": "Lua-like asymmetric coroutine. Nim wrapper of minicoro in C",
"license": "Unlicense",
"web": "https://git.envs.net/iacore/minicoro"
},
{
"name": "nclip",
"url": "https://github.com/4zv4l/nclip",
"method": "git",
"tags": [
"winapi",
"clipboard",
"wrapper"
],
"description": "A simple wrapper around the winapi to control the clipboard",
"license": "MIT",
"web": "https://github.com/4zv4l/nclip"
}
]