aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2018-05-09 11:05:46 +0300
committerZahary Karadjov <zahary@gmail.com>2018-05-09 11:05:46 +0300
commit61c6149e2314372a83854f9385769bfcd66ebe13 (patch)
treed512627532fa3a1ab1573ca5983354243c013e52
parent74ffb2cb612269e3127562d5506bdfdaa3f369a4 (diff)
downloadpackages-61c6149e2314372a83854f9385769bfcd66ebe13.tar.gz
packages-61c6149e2314372a83854f9385769bfcd66ebe13.zip
rename mpint to stint
-rw-r--r--packages.json8
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",