diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-09-13 22:38:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-13 22:38:06 +0100 |
| commit | 05396b06d46d08c6e17d5e6e9a13ce1c88037f5e (patch) | |
| tree | 250388b108e5c776217c644571114acf7f58e252 | |
| parent | 3db47fa292786b854aeb8397e90f0255f94e8dad (diff) | |
| parent | 6875cd3f2a81f1db6d539327a38d6d0f814db815 (diff) | |
| download | packages-05396b06d46d08c6e17d5e6e9a13ce1c88037f5e.tar.gz packages-05396b06d46d08c6e17d5e6e9a13ce1c88037f5e.zip | |
Merge pull request #579 from Bennyelg/add-presto2123
Added package presto
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ade2aa5..93e53f3 100644 --- a/packages.json +++ b/packages.json @@ -7156,5 +7156,19 @@ "description": "Libraries and utilites related to Monero, a CryptoNote cryptocurrency.", "license": "MIT", "web": "https://github.com/ehmry/nim-monero" + }, + { + "name": "presto", + "url": "https://github.com/Bennyelg/nimPresto", + "method": "git", + "tags": [ + "prestodb", + "connector", + "database", + "nim-lang" + ], + "description": "prestodb simple connector", + "license": "MIT", + "web": "https://github.com/Bennyelg/nimPresto" } ] |
