{"id":43102646,"url":"https://github.com/arapelle/arba-core","last_synced_at":"2026-01-31T17:42:03.840Z","repository":{"id":116276416,"uuid":"292291641","full_name":"arapelle/arba-core","owner":"arapelle","description":"C++ core tools.","archived":false,"fork":false,"pushed_at":"2025-11-08T00:17:09.000Z","size":264,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-08T02:28:51.982Z","etag":null,"topics":["cpp","cpp-library","cpp20","cpp20-library","hash","uuid"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arapelle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"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}},"created_at":"2020-09-02T13:31:56.000Z","updated_at":"2025-11-08T00:17:10.000Z","dependencies_parsed_at":"2023-08-07T19:29:22.816Z","dependency_job_id":"3b06f66a-5c7b-4119-a793-4adb076f2bc3","html_url":"https://github.com/arapelle/arba-core","commit_stats":null,"previous_names":["arapelle/arba-core"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/arapelle/arba-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arapelle%2Farba-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arapelle%2Farba-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arapelle%2Farba-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arapelle%2Farba-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arapelle","download_url":"https://codeload.github.com/arapelle/arba-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arapelle%2Farba-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28948594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cpp","cpp-library","cpp20","cpp20-library","hash","uuid"],"created_at":"2026-01-31T17:42:03.331Z","updated_at":"2026-01-31T17:42:03.834Z","avatar_url":"https://github.com/arapelle.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concept #\n\nC++ core tools\n- Host TO World / World TO Host (htow/wtoh)\n- Scope-Bound Resource Management (sbrm)\n- Trim string\n...\n\n# Install #\n## Requirements ##\n\nBinaries:\n\n- A C++20 compiler (ex: g++-14)\n- CMake 3.26 or later\n\nTesting Libraries (optional):\n\n- [Google Test](https://github.com/google/googletest) 1.14 or later (optional)\n\n## Clone\n\n```\ngit clone https://github.com/arapelle/arba-core\n```\n\n## Use with `conan`\n\nCreate the conan package.\n```\nconan create . --build=missing -c\n```\nAdd a requirement in your conanfile project file.\n```python\n    def requirements(self):\n        self.requires(\"arba-core/0.32.0\")\n```\n\n## Quick Install ##\nThere is a cmake script at the root of the project which builds the library in *Release* mode and install it (default options are used).\n```\ncd /path/to/arba-core\ncmake -P cmake/scripts/quick_install.cmake\n```\nUse the following to quickly install a different mode.\n```\ncmake -P cmake/scripts/quick_install.cmake -- TESTS BUILD Debug DIR /tmp/local\n```\n\n## Uninstall ##\nThere is a uninstall cmake script created during installation. You can use it to uninstall properly this library.\n```\ncd /path/to/installed-arba-core/\ncmake -P uninstall.cmake\n```\n\n# How to use\n## Example - Trim string\n```c++\n#include \u003carba/core/string/trim.hpp\u003e\n#include \u003ccstdlib\u003e\n#include \u003ciostream\u003e\n\nint main()\n{\n    std::cout \u003c\u003c core::trim_view(\"  __example__  \") \u003c\u003c std::endl;\n    std::cout \u003c\u003c \"EXAMPLE SUCCESS\" \u003c\u003c std::endl;\n    return EXIT_SUCCESS;\n}\n```\n\n# License\n\n[MIT License](./LICENSE.md) © arba-core\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farapelle%2Farba-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farapelle%2Farba-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farapelle%2Farba-core/lists"}