{"id":17329481,"url":"https://github.com/rizsotto/json_compilation_db","last_synced_at":"2025-04-14T17:31:12.948Z","repository":{"id":35211499,"uuid":"209759582","full_name":"rizsotto/json_compilation_db","owner":"rizsotto","description":"Rust crate to read/write JSON compilation database file.","archived":false,"fork":false,"pushed_at":"2024-07-27T21:02:46.000Z","size":71,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-01T05:25:15.729Z","etag":null,"topics":["clang","clang-tooling","compilation-database","json","rust"],"latest_commit_sha":null,"homepage":null,"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/rizsotto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["rizsotto"]}},"created_at":"2019-09-20T09:55:42.000Z","updated_at":"2024-07-27T21:02:49.000Z","dependencies_parsed_at":"2024-05-05T11:36:21.546Z","dependency_job_id":null,"html_url":"https://github.com/rizsotto/json_compilation_db","commit_stats":{"total_commits":64,"total_committers":4,"mean_commits":16.0,"dds":0.265625,"last_synced_commit":"b19f1636bc2c4df922c5fd954037a825e890afc6"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizsotto%2Fjson_compilation_db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizsotto%2Fjson_compilation_db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizsotto%2Fjson_compilation_db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizsotto%2Fjson_compilation_db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rizsotto","download_url":"https://codeload.github.com/rizsotto/json_compilation_db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223639403,"owners_count":17177816,"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":["clang","clang-tooling","compilation-database","json","rust"],"created_at":"2024-10-15T14:48:20.412Z","updated_at":"2024-11-08T06:04:06.272Z","avatar_url":"https://github.com/rizsotto.png","language":"Rust","readme":"# JSON Compilation Database\n\nThis crate provides support for reading and writing JSON compilation database files.\n\n## Overview\n\nA _compilation database_ is a set of records which describe the compilation of the\nsource files in a given project. It describes the compiler invocation command to\ncompile a single source file to an object file.\n\nThis database can have many forms. One well known and supported format is the JSON\ncompilation database, which is a simple JSON file having the list of compilation\nas an array. The definition of the JSON compilation database files is done in the\nLLVM project [documentation](https://clang.llvm.org/docs/JSONCompilationDatabase.html).\n\n## Usage\n\nFirst, add this to your `Cargo.toml`:\n\n```toml\n[dependencies]\njson_compilation_db = \"1.0\"\n```\n\n## License\n\nThis project is licensed under the [MIT license](LICENSE).\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in `json_compilation_db` by you, shall be licensed as MIT, without\nany additional terms or conditions.\n","funding_links":["https://github.com/sponsors/rizsotto"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizsotto%2Fjson_compilation_db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frizsotto%2Fjson_compilation_db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizsotto%2Fjson_compilation_db/lists"}