aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-09-07 22:52:00 +0100
committerGitHub <noreply@github.com>2017-09-07 22:52:00 +0100
commitb9768f64ea6928966600735a0a97e7c45b36f692 (patch)
tree7cd98b825e737a72438d074b7b11ca6caf38f293
parentc8d4514bb1c4333ae1b5855569681cf57dcddce5 (diff)
parentd21854a48dbc2969550cf2a938daa7bd69ea21e9 (diff)
downloadpackages-b9768f64ea6928966600735a0a97e7c45b36f692.tar.gz
packages-b9768f64ea6928966600735a0a97e7c45b36f692.zip
Merge pull request #577 from ehmry/add-monero1905
Added package monero
-rw-r--r--packages.json13
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"
}
]