mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 06:33:10 +00:00
Merge pull request #496 from euantorano/add-tempdir1224
Add package tempdir
This commit is contained in:
commit
75c4c0a8f9
@ -6227,7 +6227,7 @@
|
||||
"async",
|
||||
"io",
|
||||
"socket",
|
||||
"net",
|
||||
"net",
|
||||
"tcp",
|
||||
"http",
|
||||
"libuv"
|
||||
@ -6235,5 +6235,18 @@
|
||||
"description": "Library for async programming and communication. This Library uses a future/promise, non-blocking I/O model based on libuv.",
|
||||
"license": "MIT",
|
||||
"web": "http://tulayang.github.io/node/"
|
||||
},
|
||||
{
|
||||
"name": "tempdir",
|
||||
"url": "https://github.com/euantorano/tempdir.nim",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"temp",
|
||||
"io",
|
||||
"tmp"
|
||||
],
|
||||
"description": "A Nim library to create and manage temporary directories.",
|
||||
"license": "BSD3",
|
||||
"web": "https://github.com/euantorano/tempdir.nim"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user