{"id":16881672,"url":"https://github.com/benbjohnson/bandicoot","last_synced_at":"2025-03-20T03:35:12.147Z","repository":{"id":6105288,"uuid":"7332779","full_name":"benbjohnson/bandicoot","owner":"benbjohnson","description":"A crash reporter library for C applications.","archived":false,"fork":false,"pushed_at":"2012-12-27T00:17:11.000Z","size":120,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T23:56:14.402Z","etag":null,"topics":[],"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/benbjohnson.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}},"created_at":"2012-12-26T22:32:28.000Z","updated_at":"2022-01-29T21:19:54.000Z","dependencies_parsed_at":"2022-09-13T02:42:07.067Z","dependency_job_id":null,"html_url":"https://github.com/benbjohnson/bandicoot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fbandicoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fbandicoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fbandicoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Fbandicoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benbjohnson","download_url":"https://codeload.github.com/benbjohnson/bandicoot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244544851,"owners_count":20469747,"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":[],"created_at":"2024-10-13T16:04:44.050Z","updated_at":"2025-03-20T03:35:12.119Z","avatar_url":"https://github.com/benbjohnson.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bandicoot\n=========\n\n## Overview\n\nBandicoot is a crash reporting library that is inspired by the Redis crash reporting system.\nThis library was extracted from Redis and generalized so that any application can use it.\nIt is BSD licensed so feel free to customize it and redistribute it.\n\nTo use it, simply include the header file and initialize it:\n\n    #include \u003cbandicoot.h\u003e\n    \n    int main() {\n        // Initialize bandicoot at the beginning.\n        bandicoot_init();\n\n        // Run your code here!\n\n        return 0;\n    }\n\nWhen your code breaks then you should see a bug report dumped to `STDERR` with a backtrace and register values.\n\n\n## Contributing\n\nIf you find bugs or have features you want to add, please submit a GitHub ticket for them.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Fbandicoot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenbjohnson%2Fbandicoot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Fbandicoot/lists"}