{"id":49495095,"url":"https://github.com/ocl-foss/ocl","last_synced_at":"2026-05-03T10:01:06.112Z","repository":{"id":328024162,"uuid":"1110198387","full_name":"ocl-foss/ocl","owner":"ocl-foss","description":"🍯 A modularized set of libraries to write high-performance C++ applications.","archived":false,"fork":false,"pushed_at":"2026-04-29T07:44:05.000Z","size":280,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-04-29T09:27:18.929Z","etag":null,"topics":["core","cpp","fix","library","modular","ocl","tproc"],"latest_commit_sha":null,"homepage":"https://ocl.nekernel.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ocl-foss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"amlel-el-mahrouss","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-12-04T21:12:12.000Z","updated_at":"2026-04-29T07:44:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ocl-foss/ocl","commit_stats":null,"previous_names":["ocl-org/ocl","ocl-org/src","ocl-foss-org/src","ocl-foss-org/ocl","ocl-foss/ocl"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/ocl-foss/ocl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocl-foss%2Focl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocl-foss%2Focl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocl-foss%2Focl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocl-foss%2Focl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocl-foss","download_url":"https://codeload.github.com/ocl-foss/ocl/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocl-foss%2Focl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["core","cpp","fix","library","modular","ocl","tproc"],"created_at":"2026-05-01T09:03:07.707Z","updated_at":"2026-05-01T09:03:08.915Z","avatar_url":"https://github.com/ocl-foss.png","language":"Python","funding_links":["https://github.com/sponsors/amlel-el-mahrouss"],"categories":[],"sub_categories":[],"readme":"# 🍯 Open C++ Libraries:\n\n![GitHub Repo stars](https://img.shields.io/github/stars/ocl-foss-org/ocl)\n\n## Quick Install:\n\n\u003e [!NOTE]\n\u003e On Windows, you will need to use the setup link at:\n\u003e `curl -fsSL http://setup.ocl.nekernel.org`.\n\nInstall the OCL using the following link:\n\n```sh\ncurl -fsSL http://install.ocl.nekernel.org | sh\n```\n\n## Primers:\n\nThe primers are available at:\n\n- https://primer.ocl.nekernel.org\n\n## Abstract:\n\nThe OCL provides free header-only C++ libraries for usage in C++ software development.\n\nModules include, a `core` library containing algorithms and containers for C++20 or later.\n\nThese libraries were built on top of the Boost C++ libraries and C++ SL.\n\n## Using OCL:\n\nThis is taken from the FIX module, and will be used here as an example of usage of the OCL.\n\n```cpp\nint main(int argc, char** argv)\n{\n\tocl::fix::visitor\t   basic_visitor;\n\tocl::fix::range_buffer fix = basic_visitor.visit(default_fix);\n\n\tocl::io::enable_stdio_sync(false);\n\n\tocl::io::print(\":key=35\\n\");\n\tocl::io::print(\":value=\", fix[\"35\"], \"\\n\");\n}\n```\n\nThe OCL are mostly headers only (except OCL.FIX as of 2026), so no compilation step is needed. And is C++17 or later.\n\n## Community:\n\nJoin us in our [Discord](https://discord.gg/uD76Qweght) we're quite active and open for contributors!\n\n## Getting Started:\n\nDocumentation can be found at: [https://docs.ocl.nekernel.org](https://docs.ocl.nekernel.org).\n\n##### Copyright (c) 2023-2026 Amlal El Mahrouss \u0026 OCL Authors, Licensed under the BSL 1.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focl-foss%2Focl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focl-foss%2Focl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focl-foss%2Focl/lists"}