diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-04-25 17:53:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-25 17:53:24 +0200 |
| commit | 75c4c0a8f96d098943512625b6edc61075c3fefa (patch) | |
| tree | 2a48d43e62ec64816d06bacb1c9c2d388e946bb0 | |
| parent | 5c743c5c6af27edeb4c1ec1b8b799bc4db889864 (diff) | |
| parent | 05aa6e06a8083932da5fcb738a4a8730c12c7f7f (diff) | |
| download | packages-75c4c0a8f96d098943512625b6edc61075c3fefa.tar.gz packages-75c4c0a8f96d098943512625b6edc61075c3fefa.zip | |
Merge pull request #496 from euantorano/add-tempdir1224
Add package tempdir
| -rw-r--r-- | packages.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 1022866..d8d465e 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
