summary refs log tree commit diff stats
path: root/tools/atlas/tests/nim-bytes2human.nimble
blob: 9f3ae2479c7ba63df2597fb30f64efdb26669bd5 (plain) (blame)
1
2
3
4
5
6
7
version     = "0.2.2"
author      = "Juan Carlos"
description = "Convert bytes to kilobytes, megabytes, gigabytes, etc."
license     = "MIT"
srcDir      = "src"

requires "nim >= 1.0.0"  # https://github.com/juancarlospaco/nim-bytes2human/issues/2#issue-714338524