diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2018-05-09 11:05:46 +0300 |
|---|---|---|
| committer | Zahary Karadjov <zahary@gmail.com> | 2018-05-09 11:05:46 +0300 |
| commit | 61c6149e2314372a83854f9385769bfcd66ebe13 (patch) | |
| tree | d512627532fa3a1ab1573ca5983354243c013e52 | |
| parent | 74ffb2cb612269e3127562d5506bdfdaa3f369a4 (diff) | |
| download | packages-61c6149e2314372a83854f9385769bfcd66ebe13.tar.gz packages-61c6149e2314372a83854f9385769bfcd66ebe13.zip | |
rename mpint to stint
| -rw-r--r-- | packages.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages.json b/packages.json index 48e08f6..d2b50a9 100644 --- a/packages.json +++ b/packages.json @@ -5991,17 +5991,17 @@ "web": "https://github.com/status-im/nimbus" }, { - "name": "mpint", - "url": "https://github.com/status-im/mpint", + "name": "stint", + "url": "https://github.com/status-im/nim-stint", "method": "git", "tags": [ "library", "math", "numbers" ], - "description": "Efficient multiprecision int in Nim", + "description": "Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.", "license": "Apache License 2.0", - "web": "https://github.com/status-im/mpint" + "web": "https://github.com/status-im/nim-stint" }, { "name": "stb_image", |
