C++ library for value-oriented design
This is a build2
package for the lager
C++ library. It assist value-oriented design by implementing the unidirectional data-flow architecture.
Usage
To start using liblager
in your project, add the following depends
value to your manifest
, adjusting the version constraint as appropriate:
depends: liblager ^0.1.1
Then import the library in your buildfile
:
import libs = liblager%lib{lager}
Note: If you're using MSVC, you must explicitly pass the /Zc:preprocessor
flag to enable the standard-conforming preprocessor. Without it, MSVC may fail to correctly parse certain constructs used in liblager.
... More
license | MIT |
---|---|
project | lager |
url | sinusoid.es/lager |
doc-url | sinusoid.es/lager |
src-url | github.com/arximboldi/lager |
1 Version
version | 0.1.1 |
---|---|
repository | https://pkg.cppget.org/1/alpha |
depends | 3; libzug, libboost-hana, libboost-intrusive |
reviews | 0 |