lager

C++ library for value-oriented design with unidirectional data flow

brewmacoslinux
Try with needOr install directly
Source

About

C++ lib for value-oriented design using unidirectional data-flow architecture

Commands

lager

Examples

Include lager headers in C++ project for reactive programming$ g++ -I$(brew --prefix lager)/include main.cpp -o app
View installed lager version and location$ brew info lager
Link lager library in CMake project$ find $(brew --prefix lager) -name '*.hpp' -o -name '*.a'