{"id":30500025,"url":"https://github.com/pistonite/depfile","last_synced_at":"2026-04-18T13:31:26.422Z","repository":{"id":310287778,"uuid":"1039362882","full_name":"Pistonite/depfile","owner":"Pistonite","description":"Simply parse `.d` files","archived":false,"fork":false,"pushed_at":"2025-08-17T03:55:24.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-05T05:49:36.674Z","etag":null,"topics":["build-system","cpp","d","dependency-parser","depfile","gcc","make","makefile","parser","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/depfile","language":"Rust","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/Pistonite.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,"zenodo":null}},"created_at":"2025-08-17T03:54:55.000Z","updated_at":"2025-08-17T03:57:24.000Z","dependencies_parsed_at":"2025-08-17T04:10:57.128Z","dependency_job_id":"76a310c9-296a-4f01-a679-7bbe98383481","html_url":"https://github.com/Pistonite/depfile","commit_stats":null,"previous_names":["pistonite/depfile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pistonite/depfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pistonite%2Fdepfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pistonite%2Fdepfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pistonite%2Fdepfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pistonite%2Fdepfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pistonite","download_url":"https://codeload.github.com/Pistonite/depfile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pistonite%2Fdepfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["build-system","cpp","d","dependency-parser","depfile","gcc","make","makefile","parser","rust"],"created_at":"2025-08-25T07:43:38.436Z","updated_at":"2026-04-18T13:31:26.391Z","avatar_url":"https://github.com/Pistonite.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# depfile\n\nSimply parse `.d` files.\n\n```rust\nuse std::borrow::Cow;\n\nfn main() {\n\n    let input = r\"\nx.cpp.o: x.cpp \\\n  include/foo.h \\\n  include/bar.h\ninclude/foo.h:\ninclude/bar.h: fiz.h\n\";\n\n    let targets = depfile::parse(input).expect(\"syntax error\");\n    for dep in targets.recurse_deps(\"x.cpp.o\") {\n        println!(\"x.cpp.o depends on: {dep}\");\n    }\n}\n```\n\nSee [documentation](https://docs.rs/depfile) on docs.rs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpistonite%2Fdepfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpistonite%2Fdepfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpistonite%2Fdepfile/lists"}