mirror of
https://github.com/status-im/nim-stew.git
synced 2025-02-18 06:56:50 +00:00
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
|
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"
|
||
|
|