diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-03 09:11:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 09:11:51 +0100 |
| commit | ca3d6500c72de08aeb67db87ecef822efeb95da0 (patch) | |
| tree | b4a1d58cc559649fd9f21e215607fad238d78da5 | |
| parent | 784434ad4d509b1fb0082a0b36cf5e8bf56b101a (diff) | |
Update README.md
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2,18 +2,22 @@ [](LICENSE) -Core set of containers from the OCL. +The core set of containers from the OCL. These containers are used to develop modern C++ applications on top of Boost based ones. + +It's easy to clone and get up and running. Use CMake for this! ## Requirements: -The OCL requires the following: +The OCL requires: - [Boost](https://www.boost.org/) - [Clang](https://clang.llvm.org/) - [CMake](https://cmake.org/) - [Git](https://git-scm.com/) -## Freestanding Status +The OCL aims to be easily installable and to get up and running. + +## Freestanding Status: The Freestanding Status is a concept where a module is evaluated on whether it has or is fully freestanding or not. |
