mirror of
https://github.com/logos-storage/nim-chroprof.git
synced 2026-01-03 14:03:09 +00:00
11 lines
364 B
Nim
11 lines
364 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
packageName = "chroprof"
|
|
version = "0.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "A profiling tool for the Chronos networking framework"
|
|
license = "MIT or Apache License 2.0"
|
|
skipDirs = @["tests"]
|
|
|
|
requires "nim >= 1.6.16",
|
|
"https://github.com/codex-storage/nim-chronos#feature/profiler-v4" |