mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +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",
|
"async",
|
||||||
"io",
|
"io",
|
||||||
"socket",
|
"socket",
|
||||||
"net",
|
"net",
|
||||||
"tcp",
|
"tcp",
|
||||||
"http",
|
"http",
|
||||||
"libuv"
|
"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.",
|
"description": "Library for async programming and communication. This Library uses a future/promise, non-blocking I/O model based on libuv.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "http://tulayang.github.io/node/"
|
"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