Added package tempdir

This commit is contained in:
Euan T 2017-04-25 13:24:14 +01:00
parent 5c743c5c6a
commit 05aa6e06a8

View File

@ -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"
}
]