diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-03 21:11:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-03 21:11:04 -0700 |
| commit | 152eb7390db1025c1863aff9ec2dde2e9208a5c5 (patch) | |
| tree | ec566f3ddcbb73dc85d2f7d848d82849832258f4 | |
| parent | 0bf059d9d2ddd8cd6c676b09b7666c5f8603cb14 (diff) | |
| parent | d81f6547370241c42a66af97bf333c38c61dc03d (diff) | |
| download | packages-152eb7390db1025c1863aff9ec2dde2e9208a5c5.tar.gz packages-152eb7390db1025c1863aff9ec2dde2e9208a5c5.zip | |
Merge pull request #876 from LemonBoy/add-dtoa1246
Add package dtoa
| -rw-r--r-- | packages.json | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 23626f2..975a01f 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
