nim-lang-utils/langutils.nimble
2017-11-25 15:57:38 -06:00

14 lines
277 B
Nim

# Package
version = "0.3.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"