nim-websock/ws.nimble

14 lines
361 B
Plaintext
Raw Normal View History

2020-12-01 12:43:59 +00:00
packageName = "ws"
version = "0.1.0"
author = "Status Research & Development GmbH"
description = "WS protocol implementation"
license = "MIT"
requires "nim >= 1.2.6"
requires "chronos >= 2.5.2 & < 3.0.0"
requires "httputils >= 0.2.0"
requires "chronicles >= 0.10.0"
2020-12-01 12:43:59 +00:00
task lint, "format source files according to the official style guide":
2020-12-01 13:23:27 +00:00
exec "./lint.nims"