xcb
xcb bindings
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | 0.2.1 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:18 |
Tags
Authors
- SolitudeSF
Installation
nimble install xcb
choosenim install xcb
git clone https://github.com/SolitudeSF/xcb
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| xcb | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.0.0 | No |
Source
| Repository | https://github.com/SolitudeSF/xcb |
|---|---|
| Homepage | https://github.com/SolitudeSF/xcb |
| Registry Source | nimble_official |
README
xcb bindings
You can turn off dynlib and link normally with xcbDynlib define: -d:xcbDynlib=off.