mirror of
https://github.com/codex-storage/nim-leopard.git
synced 2025-01-18 15:12:40 +00:00
12 lines
286 B
Nim
12 lines
286 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
packageName = "leopard"
|
|
version = "0.0.1"
|
|
author = "Status Research & Development GmbH"
|
|
description = "A wrapper for Leopard-RS"
|
|
license = "Apache License 2.0 or MIT"
|
|
|
|
requires "nim >= 1.2.0",
|
|
"stew#head",
|
|
"unittest2"
|