uuids/uuids.nimble
Ruslan Mustakov c58d9474ee Implement own parseHexInt
stdlib version allows some non-hex characters and doesn't work
with long numbers on 32-bit platforms
2017-06-18 22:24:57 +07:00

10 lines
164 B
Nim

[Package]
name: "uuids"
version: "0.1.6"
author: "Xored Software, Inc."
description: "UUID library"
license: "MIT"
srcDir: "src"
[Deps]
requires: "isaac >= 0.1.2"