{"id":23096807,"url":"https://github.com/lvntky/cat","last_synced_at":"2026-05-15T18:32:57.557Z","repository":{"id":230912966,"uuid":"780436665","full_name":"lvntky/cat","owner":"lvntky","description":"CAT: C Advanced Threads","archived":false,"fork":false,"pushed_at":"2024-04-11T14:23:41.000Z","size":188,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T06:28:41.182Z","etag":null,"topics":["api","atomic","library","linux","multithreading","posix"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lvntky.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":"2024-04-01T13:34:29.000Z","updated_at":"2024-11-29T09:27:23.000Z","dependencies_parsed_at":"2024-04-01T15:26:10.032Z","dependency_job_id":"cc134521-e08c-4461-bf4b-01504426ab48","html_url":"https://github.com/lvntky/cat","commit_stats":null,"previous_names":["lvntky/cat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lvntky/cat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvntky%2Fcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvntky%2Fcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvntky%2Fcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvntky%2Fcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lvntky","download_url":"https://codeload.github.com/lvntky/cat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvntky%2Fcat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["api","atomic","library","linux","multithreading","posix"],"created_at":"2024-12-16T22:48:28.834Z","updated_at":"2026-05-15T18:32:57.528Z","avatar_url":"https://github.com/lvntky.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CAT | C Advanced Threads Library\n![logo](./docs/logo.jpeg)\n\nCat is an advanced Multi-Threading shared library build on POSIX threads to create more advanced capabilities to C developers without writing their own libraries dozen of times and aims to reduce boiler-plate code for projects.\n\n## Installation\nCat is a dynamically shared library. So you don't need to directly copy the headers into your project. Instead clone this repo and run :\n\n```bash\nsudo ./install_libcat.sh\n```\n\nThis script installs the library system-wide into your machine and let you able to use Cat like this:\n```c\n#include \u003ccat/thread_pool.h\u003e\n\nthread_pool_t *pool = thread_pool_init(5);\n.\n.\n.\n```\nIf you want to remove the Cat from your system, you can just run similiar uninstallation script like this:\n\n```bash\nsudo ./uninstall_libcat.sh\n``` \n\n## License\nCat is under [GNU General Public License v3.0](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvntky%2Fcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flvntky%2Fcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvntky%2Fcat/lists"}