diff options
| author | Huy ☭ <rgv151@users.noreply.github.com> | 2015-07-02 16:53:12 +0700 |
|---|---|---|
| committer | Huy ☭ <rgv151@users.noreply.github.com> | 2015-07-02 16:53:12 +0700 |
| commit | d1a9bc34579369e8206d0cc8e50edb7d4d372715 (patch) | |
| tree | 1dbb445996e82c0efca45d1cb30f5e7d67c44fc2 | |
| parent | 726b88ece2497c830043d9fb8963016f26054d2a (diff) | |
| download | packages-d1a9bc34579369e8206d0cc8e50edb7d4d372715.tar.gz packages-d1a9bc34579369e8206d0cc8e50edb7d4d372715.zip | |
Add `tempfile` package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a4f4c09..aa92551 100644 --- a/packages.json +++ b/packages.json @@ -1794,5 +1794,14 @@ "description": "Async Telegram Bot API Client", "license": "MIT", "web": "https://github.com/rgv151/telebot.nim" + }, + { + "name": "tempfile", + "url": "https://github.com/rgv151/tempfile.nim", + "method": "git", + "tags": ["temp", "mktemp", "make", "mk", "mkstemp", "mkdtemp"], + "description": "Temporary files and directories", + "license": "MIT", + "web": "https://github.com/rgv151/tempfile.nim" } ] |
