diff options
| author | Alexander Ivanov <alehander42@gmail.com> | 2018-03-13 23:15:01 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-13 21:15:01 +0000 |
| commit | cfd17fdb8aabb7f7c66de2ce78e712a621fca27c (patch) | |
| tree | 769ae3fb88153b083a90563f8eb7e89885f89575 | |
| parent | aa861958573794d6f28e650ab32a14eed35c6495 (diff) | |
| download | packages-cfd17fdb8aabb7f7c66de2ce78e712a621fca27c.tar.gz packages-cfd17fdb8aabb7f7c66de2ce78e712a621fca27c.zip | |
Register ttmath (#663)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fe36ff0..d191836 100644 --- a/packages.json +++ b/packages.json @@ -8457,6 +8457,20 @@ "web": "https://github.com/treeform/useragents" }, { + "name": "ttmath", + "url": "https://github.com/status-im/nim-ttmath", + "method": "git", + "tags": [ + "library", + "math", + "bigint", + "numbers" + ], + "description": "A wrapper for ttmath", + "license": "Apache2", + "web": "https://github.com/status-im/nim-ttmath" + }, + { "name": "nimna", "url": "https://github.com/mjendrusch/nimna", "method": "git", |
