12 lines
317 B
Nim
12 lines
317 B
Nim
# Package
|
|
|
|
version = "0.4.0"
|
|
author = "Jonathan Bernard"
|
|
description = "Utility methods to fill in the lacking time support in Nim\'s stdlib. This is holding me over until I can write a proper time module for the stdlib and submit it."
|
|
license = "BSD3"
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 0.19.0"
|
|
|