From ee16eebc015e545655938b6c1a557c9535a20107 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Fri, 4 Apr 2025 08:03:53 +0300 Subject: [PATCH] Added package libdatachannel (#3017) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 1392ff8..b4357e5 100644 --- a/packages.json +++ b/packages.json @@ -34987,5 +34987,21 @@ "description": "System metrics library for macOS (Darwin) written in pure Nim — CPU, memory, disk, processes, and more.", "license": "MIT", "web": "https://github.com/sm-moshi/darwinmetrics" + }, + { + "name": "libdatachannel", + "url": "https://github.com/openpeeps/libdatachannel-nim", + "method": "git", + "tags": [ + "webrtc", + "rtc", + "websockets", + "media", + "bindings", + "wrapper" + ], + "description": "Standalone WebRTC Data Channels, WebRTC Media Transport, and WebSockets", + "license": "MIT", + "web": "https://github.com/openpeeps/libdatachannel-nim" } ]