2018-01-05 03:02:25 +02:00
|
|
|
mode = ScriptMode.Verbose
|
|
|
|
|
|
|
|
packageName = "secp256k1"
|
|
|
|
version = "0.1.0"
|
2018-02-27 19:50:01 +02:00
|
|
|
author = "Status Research & Development GmbH"
|
2018-01-05 03:02:25 +02:00
|
|
|
description = "A wrapper for the libsecp256k1 C library"
|
2018-02-27 19:50:01 +02:00
|
|
|
license = "Apache License 2.0"
|
2018-01-05 03:02:25 +02:00
|
|
|
skipDirs = @["tests"]
|
|
|
|
|
|
|
|
requires "nim >= 0.17.0"
|
|
|
|
|