Package kdbindings: Information
Source package: kdbindings
Version: 1.1.0-alt1
Build time: Sep 5, 2025, 02:14 AM
Category: Development/C++
Report package bugLicense: MIT and BSD-3-Clause
Summary: Reactive programming & data binding in C++
Description:
Reactive programming & data binding in C++ From plain C++ you get: - Signals + Slots. - Properties templated on the contained type. - Property bindings allowing reactive code to be written without having to do all the low-level, error prone plumbing by hand. - Lazy evaluation of property bindings. - No more broken bindings. - Totally stand-alone "header-only" library. No heavy Qt dependency. - Can still be used with Qt if you so wish.
Maintainer: Nazarov Denis