summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-03 17:12:48 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-03 17:12:48 +0100
commitafda75faa95d7c52d73acb9fbf615831cb6dee1a (patch)
tree88ff5966c64d91bf5b29c547bce14845739e3bdc /README.md
parent0b2860264914362ec52bc1cc33e6f0686e4cf421 (diff)
parentca3d6500c72de08aeb67db87ecef822efeb95da0 (diff)
Merge branch 'develop' of github.com:ocl-foss-org/core into develop
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1f46784..938e1d5 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,22 @@
[![License: BSL](https://img.shields.io/badge/license-BSL-blue.svg)](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.