Merge pull request #876 from LemonBoy/add-dtoa1246

Add package dtoa
This commit is contained in:
Dominik Picheta
2018-10-03 21:11:04 -07:00
committed by GitHub
+21 -1
View File
@@ -10892,7 +10892,9 @@
"url": "https://github.com/icyphox/nanoid.nim",
"method": "git",
"tags": [
"nanoid", "random", "generator"
"nanoid",
"random",
"generator"
],
"description": "The Nim implementation of NanoID",
"license": "MIT",
@@ -10912,5 +10914,23 @@
"description": "A db_sqlite fork with a proper typing",
"license": "MIT",
"web": "https://github.com/xzfc/ndb.nim"
},
{
"name": "dtoa",
"url": "https://github.com/LemonBoy/dtoa.nim",
"method": "git",
"tags": [
"algorithms",
"serialization",
"fast",
"grisu",
"dtoa",
"double",
"float",
"string"
],
"description": "Port of Milo Yip's fast dtoa() implementation",
"license": "MIT",
"web": "https://github.com/LemonBoy/dtoa.nim"
}
]