blob: 50faf0cbdcdbe1aeb64a43cf5b30e6b84f6d972e (
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.
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
|