From bea0e3e713751e5c2a4d2d4343d8215333eef03e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 2 Dec 2025 06:12:20 -0500 Subject: chore: module source code tweaks and improvements. Signed-off-by: Amlal El Mahrouss --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7288ae4..203390e 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,21 @@ [![License: BSL](https://img.shields.io/badge/license-BSL-blue.svg)](LICENSE) -## Brief: - -A set of containers in C++ for developers. +A set of containers in C++ for developers.
+You use them to speed up your development cycle for C++ applications. ## Requirements: +The OCL requires the following: + - [Boost](https://www.boost.org/) - [Clang](https://clang.llvm.org/) - [CMake](https://cmake.org/) - [Git](https://git-scm.com/) -## Examples: +### Example: The Option container -### Logic Module (Option container) +Evaluates whether an expression is passing the options. ```cpp #include -- cgit v1.2.3