nim-stew/std_shims.nimble

12 lines
323 B
Plaintext
Raw Normal View History

mode = ScriptMode.Verbose
packageName = "std_shims"
version = "0.1.0"
author = "Status Research & Development GmbH"
description = "APIs available in the latests version of Nim, backported to older stable releases"
license = "Apache License 2.0"
skipDirs = @["tests"]
requires "nim >= 0.19.0"