12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
|
mode = ScriptMode.Verbose
|
||
|
|
||
|
packageName = "secp256k1"
|
||
|
version = "0.1.0"
|
||
|
author = "Zahary Karadjov"
|
||
|
description = "A wrapper for the libsecp256k1 C library"
|
||
|
license = "Apache2"
|
||
|
skipDirs = @["tests"]
|
||
|
|
||
|
requires "nim >= 0.17.0"
|
||
|
|