Skip to content

cpp-core/fp

Repository files navigation

Build and Unit Test

Functional Programming

Primitives to support a functional programming style.

At A Glance

Installation

git clone https://github.com/cpp-core/fp
mkdir fp/build && cd fp/build
CC=clang-mp-14 CXX=clang++-mp-14 cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt ..
make -j4 check # Run tests
make install   # Build and install

Releases

No releases published

Packages

No packages published