Files
rustguac/debian/control
T
Dave Kempe 67101e27ce Initial public release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 14:38:53 +11:00

39 lines
916 B
Plaintext

Source: rustguac
Section: net
Priority: optional
Maintainer: rustguac maintainers <rustguac@localhost>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Package: rustguac
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends},
libcairo2,
libjpeg62-turbo,
libpng16-16t64,
libwebp7,
libssh2-1,
libssl3t64,
libvncclient1,
libpango-1.0-0,
libpulse0,
libavcodec61,
libavformat61,
libavutil59,
libswscale8,
libtelnet2,
libwebsockets19t64,
libfreerdp3-3,
libfreerdp-client3-3,
libwinpr3-3,
ca-certificates,
tigervnc-standalone-server,
chromium,
x11-utils,
cryptsetup-bin
Recommends: haproxy
Description: Lightweight Rust replacement for Apache Guacamole webapp
rustguac proxies the Guacamole protocol over WebSockets between web
browsers and guacd. Supports SSH, VNC, RDP, and web browser sessions
(headless Chromium on Xvnc). This package bundles both rustguac and guacd.