diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
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) + +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. |
