2022-10-28 12:35:56 +00:00
|
|
|
packageName = "webrtc"
|
|
|
|
version = "0.0.1"
|
|
|
|
author = "Status Research & Development GmbH"
|
2022-11-03 16:27:01 +00:00
|
|
|
description = "Webrtc stack"
|
|
|
|
license = "MIT"
|
|
|
|
#installDirs = @["usrsctp"]
|
|
|
|
|
|
|
|
requires "nim >= 1.2.0",
|
|
|
|
"chronicles >= 0.10.2",
|
2023-04-11 12:31:30 +00:00
|
|
|
"chronos >= 3.0.6",
|
|
|
|
"https://github.com/status-im/nim-binary-serialization.git"
|