diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-13 20:33:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-13 20:33:40 +0100 |
| commit | 8f88b74fc4ab52970bde606f3310852e0c1e1901 (patch) | |
| tree | 8e23ae779f2a71caca7152e894d950328e9a0cd3 | |
| parent | 83f3743c1b49e92036a139697266ea69fed834f6 (diff) | |
chore: improve README of the project.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
