diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ # Open C++ Libraries The OCL provides free header-only C++ source libraries for usage in C++ application development. -<br/> -Modules include, 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++. + +Modules include, a `core` library containing algorithms and containers for C++20 or later. These libraries were built on top of the Boost C++ libraries and C++ SL. 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 +##### Copyright (c) 2025 Amlal El Mahrouss & OCL Authors, Licensed under BSL 1.0 |
