summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-04 07:53:50 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-04 07:53:50 +0100
commit4d82c27728d92ebcf51e20ae444967b407931445 (patch)
tree8c2c7d7573e2d13dd5ac1c27a9d1344993d30992 /README.md
parenta689e3d805714408fab28f27b43f659a04a514d4 (diff)
feat: API: preping terrain for iterator_ptr. API improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8e63bd8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# OCL.TProc
+
+[![License: BSL](https://img.shields.io/badge/license-BSL-blue.svg)](LICENSE)
+
+Text Processing set of containers from the OCL.
+
+## Requirements:
+
+The OCL requires the following:
+
+- [Boost](https://www.boost.org/)
+- [Clang](https://clang.llvm.org/)
+- [CMake](https://cmake.org/)
+- [Git](https://git-scm.com/)
+- OCL.Core
+
+## Freestanding Status
+
+The Freestanding Status is a concept where a module is evaluated on whether it has or is fully freestanding or not.
+
+- Unverified
+
+##### (c) 2025 Amlal El Mahrouss and OCL Authors, licensed under the Boost Software License.