diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 14:53:01 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 14:54:13 -0500 |
| commit | a8e99f3a783069cf85b626c6cfb2fbe83ae4fd44 (patch) | |
| tree | 8322b0d20dd02660c3f26fcfd37c2cc4dcd33cda /README.md | |
| parent | 463a0c01f96d86c9c91f02903bc1d194c5e55b15 (diff) | |
chore: new version of OCL and codebase cleanup.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 5 insertions, 17 deletions
@@ -4,26 +4,14 @@ ## Brief: -A C++ library with additional modules for your C++ SDLC. +A set of containers in C++ for developers. ## Requirements: -- Boost C++ libraries (https://www.boost.org/) -- Clang (https://clang.llvm.org/) -- Git (https://git-scm.com/) - -## Structure: - -- `core`: Core utilities and fundamental abstractions used across OCL. -- `except`: Exception classes and error-handling helpers. -- `fix`: FIX protocol utilities and helpers for Financial Information eXchange integration. -- `io`: Input/output utilities, stream helpers, and file handling. -- `logic`: Logic facilities, macros, and helpers for programs. -- `memory`: Memory management utilities, allocators, and smart-pointer helpers. -- `net`: Networking utilities and lightweight socket helpers. -- `simd`: SIMD-optimized algorithms and low-level performance helpers. -- `tests`: Unit and integration tests that validate OCL components. -- `utility`: General-purpose helper functions and small algorithms. +- [Boost](https://www.boost.org/) +- [Clang](https://clang.llvm.org/) +- [CMake](https://cmake.org/) +- [Git](https://git-scm.com/) ## Examples: |
