blob: 402a8b63820c9b40d42204bf02d3ee424c3950ca (
plain)
1
2
3
4
5
6
7
8
9
10
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++.
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
|