mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-02 05:33:08 +00:00
13 lines
312 B
Nim
13 lines
312 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
packageName = "leopard"
|
|
version = "0.1.1"
|
|
author = "Status Research & Development GmbH"
|
|
description = "A wrapper for Leopard-RS"
|
|
license = "Apache License 2.0 or MIT"
|
|
installDirs = @["vendor"]
|
|
|
|
requires "nim >= 1.6.0",
|
|
"unittest2",
|
|
"results"
|