{"id":28990501,"url":"https://github.com/raphgl/clibs","last_synced_at":"2025-06-25T00:11:47.068Z","repository":{"id":119897330,"uuid":"465365819","full_name":"RaphGL/CLibs","owner":"RaphGL","description":"My set of C libraries","archived":false,"fork":false,"pushed_at":"2024-10-27T22:12:25.000Z","size":100,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-28T02:09:41.298Z","etag":null,"topics":["algorithms","data-structures"],"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/RaphGL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-03-02T15:38:55.000Z","updated_at":"2024-10-27T22:12:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"72397f20-978a-4957-9f51-c7bd81459b12","html_url":"https://github.com/RaphGL/CLibs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RaphGL/CLibs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FCLibs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FCLibs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FCLibs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FCLibs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaphGL","download_url":"https://codeload.github.com/RaphGL/CLibs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaphGL%2FCLibs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261777776,"owners_count":23208130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["algorithms","data-structures"],"created_at":"2025-06-25T00:11:44.567Z","updated_at":"2025-06-25T00:11:46.972Z","avatar_url":"https://github.com/RaphGL.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLibs\nMy set of C libraries\n\n| **Library** | **Purpose**                               |\n|-------------|-------------------------------------------|\n| vec         | generic dynamic array data structure      |\n| bstr        | high level string library                 |\n| flag        | CLI flag parsing library inspired by Go's |\n\nNote: This set of libraries still depend on libc for memory allocation, the str* functions, etc. It is not meant to be a standalone library at least for now.\nIt is not possible to change the memory allocator used for now but I'll change that later possibly.\n\n## Building\nThe recommended way is to just build everything and then take whatever libraries you want from the generated `lib` directory\nand it's corresponding header file from said library directory.\n\n```sh\n$ cmake . -DCMAKE_BUILD_TYPE=Release\n$ make\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphgl%2Fclibs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphgl%2Fclibs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphgl%2Fclibs/lists"}