diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-24 15:06:37 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-24 15:06:37 +0100 |
| commit | f9c78828ad42b377cdad26fbc993fc9bb7f5f33e (patch) | |
| tree | 2a48c0b72a0bb6aedfae66e0bc296d247be418b4 | |
| parent | 68336e348d141209b5a72c347bf6ec1d3a9283b7 (diff) | |
| download | packages-f9c78828ad42b377cdad26fbc993fc9bb7f5f33e.tar.gz packages-f9c78828ad42b377cdad26fbc993fc9bb7f5f33e.zip | |
Merges #369 manually.
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8521441..0595f6c 100644 --- a/packages.json +++ b/packages.json @@ -4847,5 +4847,17 @@ "description": "Semantic versioning parser for Nim. Allows the parsing of version strings into objects and the comparing of version objects.", "license": "BSD3", "web": "https://github.com/euantorano/semver.nim" + }, + { + "name": "ad", + "tags": [ + "calculator", + "rpn" + ], + "method": "git", + "license": "MIT", + "web": "https://github.com/subsetpark/ad", + "url": "https://github.com/subsetpark/ad", + "description": "A simple RPN calculator" } ] |
