From 8f88b74fc4ab52970bde606f3310852e0c1e1901 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 13 Dec 2025 20:33:27 +0100 Subject: chore: improve README of the project. Signed-off-by: Amlal El Mahrouss --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7140fa9..0e682de 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Open C++ Libraries -The OCL provides free header-only C++ source libraries. +The OCL provides free header-only C++ source libraries for usage in C++ application development. +Module includes a `core` library containing algorithms and containers for C++20 or later, and a `fix` module designed to parse `Financial Exchange Protocol` messages in modern C++. -These libraries are designed to serve C++ developers and were built on top of the Boost C++ libraries and C++ SL. +These libraries were built on top of the Boost C++ libraries and C++ SL. -More information can be found at [ocl.nekernel.org](ocl.nekernel.org). +Documentation can be found at: [ocl.nekernel.org](ocl.nekernel.org). ##### Copyright (c) 2025 Amlal El Mahrouss & OCL Authors, Licensed under BSL 1.0 \ No newline at end of file -- cgit v1.2.3