1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/lager/pkg-descr
Jason E. Hale 0e25aeca34 devel/lager: Add port
Lager is a C++ library to assist value-oriented design by implementing
the unidirectional data-flow architecture. It is heavily inspired by
Elm and Redux, and enables composable designs by promoting the use of
simple value types and testable application logic via pure functions.
And you get time-travel for free!

https://sinusoid.es/lager/
2023-10-05 08:13:51 -04:00

6 lines
314 B
Plaintext

Lager is a C++ library to assist value-oriented design by implementing
the unidirectional data-flow architecture. It is heavily inspired by
Elm and Redux, and enables composable designs by promoting the use of
simple value types and testable application logic via pure functions.
And you get time-travel for free!