#bindings #libvnc #vncserver #vnc #build

sys libvnc-sys

The binding of libvnc

6 releases

0.1.5 Nov 30, 2024
0.1.4 May 27, 2024
0.1.1 Apr 30, 2024

#6 in #vnc

Download history 16/week @ 2024-12-22 9/week @ 2024-12-29 18/week @ 2025-01-05 12/week @ 2025-01-12 3/week @ 2025-01-26 1/week @ 2025-02-09 1/week @ 2025-02-16 1/week @ 2025-02-23 8/week @ 2025-03-09 57/week @ 2025-03-16 5/week @ 2025-03-30 117/week @ 2025-04-06

180 downloads per month
Used in libvnc

LGPL-3.0-only

2.5MB
61K SLoC

C 35K SLoC // 0.1% comments JavaScript 22K SLoC // 0.1% comments PO File 2.5K SLoC // 0.3% comments Perl 329 SLoC // 0.2% comments Bitbake 146 SLoC C++ 142 SLoC // 0.2% comments Rust 105 SLoC // 0.5% comments Python 75 SLoC // 0.3% comments Shell 26 SLoC // 0.4% comments

Contains (WOFF font, 18KB) Orbitron700.woff

libvnc-sys

What's this

The raw bindings of libvncserver generated by bindgen automatically. Supports building from pkg-config (default) and source code (planned implementation)

Quick Start

Install libvncserver package

  • Ubuntu
sudo apt-get install libvncserver-dev
  • Centos
sudo yum install libvncserver-devel
  • Macos
brew install libvncserver

Build

carog build

No runtime deps