diff options
| author | Emery Hemingway <emery@vfemail.net> | 2017-09-07 14:05:32 -0500 |
|---|---|---|
| committer | Emery Hemingway <emery@vfemail.net> | 2017-09-07 14:05:32 -0500 |
| commit | d21854a48dbc2969550cf2a938daa7bd69ea21e9 (patch) | |
| tree | 7cd98b825e737a72438d074b7b11ca6caf38f293 | |
| parent | c8d4514bb1c4333ae1b5855569681cf57dcddce5 (diff) | |
| download | packages-d21854a48dbc2969550cf2a938daa7bd69ea21e9.tar.gz packages-d21854a48dbc2969550cf2a938daa7bd69ea21e9.zip | |
Added package monero
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 12756a0..e6e3825 100644 --- a/packages.json +++ b/packages.json @@ -7131,5 +7131,18 @@ "description": "Grapheme aware string handling (Unicode tr29)", "license": "MIT", "web": "https://github.com/nitely/nim-graphemes" + }, + { + "name": "monero", + "url": "https://github.com/ehmry/nim-monero", + "method": "git", + "tags": [ + "monero", + "cryptonote", + "vanity" + ], + "description": "Libraries and utilites related to Monero, a CryptoNote cryptocurrency.", + "license": "MIT", + "web": "https://github.com/ehmry/nim-monero" } ] |
