blob: fb82b2670079c452f28a0b9a0b6940795ef11671 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Open C++ Libraries
## Abstract:
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.
## Community:
Join us in our [Discord](https://discord.gg/uD76Qweght) we're quite active and open for contributors!
## Getting Started:
Documentation can be found at: [https://docs.ocl.nekernel.org](https://docs.ocl.nekernel.org).
##### Copyright (c) 2023-2026 Amlal El Mahrouss & OCL Authors, Licensed under the BSL 1.0.
|