nim-lang-utils/langutils.nimble
2018-06-11 21:43:31 -05:00

14 lines
277 B
Nim

# Package
version = "0.4.0"
author = "Jonathan Bernard"
description = "Language extensions (templates, macros) I commonly use."
license = "MIT"
# Dependencies
requires "nim >= 0.15.0"
task test, "Runs the test suite.":
exec "nim c -r tlangutils.nim"