diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-19 17:26:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-19 17:26:46 +0100 |
| commit | 4592866136dad41fd5c45d1c5b3c30bd7d36bd8c (patch) | |
| tree | 4672b3a133c65bf0bd21cf78252f233f06972969 | |
| parent | eed539196ff0385ae3e8e8a84156ace16a4317e8 (diff) | |
chore: Update README to remove 'fix' module reference
Removed mention of the 'fix' module from the README.
| -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 |
