{"id":13578847,"url":"https://github.com/rxi/cembed","last_synced_at":"2025-10-16T11:28:36.600Z","repository":{"id":47842186,"uuid":"109590932","full_name":"rxi/cembed","owner":"rxi","description":"A small utility for embedding files in a C header","archived":false,"fork":false,"pushed_at":"2024-04-07T18:49:32.000Z","size":5,"stargazers_count":120,"open_issues_count":1,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-09-28T23:54:08.178Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rxi.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":"2017-11-05T15:22:18.000Z","updated_at":"2025-09-26T21:00:38.000Z","dependencies_parsed_at":"2024-08-01T15:29:57.548Z","dependency_job_id":"6d9f9e4b-dbae-4e0e-9c5b-3d4def5635be","html_url":"https://github.com/rxi/cembed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rxi/cembed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxi%2Fcembed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxi%2Fcembed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxi%2Fcembed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxi%2Fcembed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rxi","download_url":"https://codeload.github.com/rxi/cembed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxi%2Fcembed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279183505,"owners_count":26121415,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"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":[],"created_at":"2024-08-01T15:01:34.297Z","updated_at":"2025-10-16T11:28:36.577Z","avatar_url":"https://github.com/rxi.png","language":"C","funding_links":[],"categories":["C","Uncategorized"],"sub_categories":["Embeddable Scripts and Languages"],"readme":"\n# cembed\nA small utility for embedding files in a C header\n\n```\n$ cat test.txt\nhello world\n\n$ cat test2.txt\ngoodbye world\n\n$ cembed -t my_files test.txt test2.txt\nstatic unsigned char test_txt[] = {\n104,101,108,108,111,32,119,111,114,108,100,10\n};\n\nstatic unsigned char test2_txt[] = {\n103,111,111,100,98,121,101,32,119,111,114,108,100,10\n};\n\nstatic struct { char *filename; unsigned char *data; int size; } my_files[] = {\n{ \"test.txt\", test_txt, (int) sizeof(test_txt) },\n{ \"test2.txt\", test2_txt, (int) sizeof(test2_txt) },\n{ 0 }\n};\n```\n\n## License\nThis project is free software; you can redistribute it and/or modify it under\nthe terms of the MIT license. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxi%2Fcembed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxi%2Fcembed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxi%2Fcembed/lists"}