mirror of
https://github.com/codex-storage/nim-leopard.git
synced 2025-02-06 16:13:57 +00:00
Using version number 0.1.0, so that we can introduce non-breaking changes in 0.1.x versions, and breaking changes in 0.2.0.
14 lines
349 B
Nim
14 lines
349 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
packageName = "leopard"
|
|
version = "0.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "A wrapper for Leopard-RS"
|
|
license = "Apache License 2.0 or MIT"
|
|
installDirs = @["vendor"]
|
|
|
|
requires "nim >= 1.2.0",
|
|
"stew",
|
|
"unittest2",
|
|
"upraises >= 0.1.0 & < 0.2.0"
|