{"id":19789622,"url":"https://github.com/webfreak001/ctfe-data","last_synced_at":"2026-03-05T10:31:33.430Z","repository":{"id":196291603,"uuid":"685602062","full_name":"WebFreak001/ctfe-data","owner":"WebFreak001","description":"Allows you to put arbitrary data into the executable at CTFE, for later retrieval using a runtime process, e.g. saving meta-data and retreiving it later.","archived":false,"fork":false,"pushed_at":"2025-12-30T18:05:41.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T14:49:20.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebFreak001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-31T15:41:34.000Z","updated_at":"2025-12-30T18:05:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"373df208-d216-404a-ac1b-cd25bd45ba84","html_url":"https://github.com/WebFreak001/ctfe-data","commit_stats":null,"previous_names":["webfreak001/ctfe-data"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WebFreak001/ctfe-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fctfe-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fctfe-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fctfe-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fctfe-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebFreak001","download_url":"https://codeload.github.com/WebFreak001/ctfe-data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2Fctfe-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30119427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T09:35:22.236Z","status":"ssl_error","status_checked_at":"2026-03-05T09:35:20.028Z","response_time":93,"last_error":"SSL_read: 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":[],"created_at":"2024-11-12T06:34:05.218Z","updated_at":"2026-03-05T10:31:33.398Z","avatar_url":"https://github.com/WebFreak001.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ctfe-data\n\nAllows you to put arbitrary data into the executable at CTFE, for later retrieval\nusing a runtime process, e.g. saving meta-data and retreiving it later.\n\nLimitations: currently only supported on LDC on linux. GDC on linux needs `align(16)` on the passed in data.\n\n## Example\n\n```d\n// app code\ninjectCTFE!(ExamplePerson(\"Person inside main\", 2));\n```\n\n```d\n// reader code\nforeach (row; extractCTFEData!ExamplePerson(\"./app1\"))\n\twriteln(\"row: \", row);\n```\n\n```\ncd example\ndub build --compiler=ldc2 --config=application\ndub run --compiler=ldc2 --config=reader\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fctfe-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebfreak001%2Fctfe-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fctfe-data/lists"}