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"
|
2023-10-13 15:26:57 +00:00
|
|
|
installDirs = @["usrsctp", "webrtc"]
|
2022-11-03 16:27:01 +00:00
|
|
|
|
|
|
|
requires "nim >= 1.2.0",
|
|
|
|
"chronicles >= 0.10.2",
|
2023-04-11 12:31:30 +00:00
|
|
|
"chronos >= 3.0.6",
|
2023-05-30 09:24:54 +00:00
|
|
|
"https://github.com/status-im/nim-binary-serialization.git",
|
|
|
|
"https://github.com/status-im/nim-mbedtls.git"
|
|
|
|
|
|
|
|
proc runTest(filename: string) =
|
|
|
|
discard
|