{"id":13672504,"url":"https://github.com/yeslogic/fathom","last_synced_at":"2025-04-04T22:05:16.079Z","repository":{"id":25560663,"uuid":"28993871","full_name":"yeslogic/fathom","owner":"yeslogic","description":" 🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧","archived":false,"fork":false,"pushed_at":"2023-09-06T23:51:16.000Z","size":5781,"stargazers_count":257,"open_issues_count":39,"forks_count":14,"subscribers_count":15,"default_branch":"main","last_synced_at":"2024-05-22T22:30:20.519Z","etag":null,"topics":["binary-data","binary-format","compiler","data-description-language","declarative","dependent-record-types","dependent-types","dsl","language","parser","programming-language","rust","statically-typed","type-checker","type-system"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yeslogic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-01-09T00:55:38.000Z","updated_at":"2024-05-02T12:29:13.000Z","dependencies_parsed_at":"2024-01-13T01:46:20.098Z","dependency_job_id":"48b14017-4d63-498c-a360-f0ed57e68faf","html_url":"https://github.com/yeslogic/fathom","commit_stats":{"total_commits":2270,"total_committers":12,"mean_commits":"189.16666666666666","dds":"0.17533039647577098","last_synced_commit":"3960a9466150d392c2cb103c5cb5fcffa0200814"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeslogic%2Ffathom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeslogic%2Ffathom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeslogic%2Ffathom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeslogic%2Ffathom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeslogic","download_url":"https://codeload.github.com/yeslogic/fathom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256110,"owners_count":20909240,"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":["binary-data","binary-format","compiler","data-description-language","declarative","dependent-record-types","dependent-types","dsl","language","parser","programming-language","rust","statically-typed","type-checker","type-system"],"created_at":"2024-08-02T09:01:37.498Z","updated_at":"2025-04-04T22:05:16.059Z","avatar_url":"https://github.com/yeslogic.png","language":"Rust","readme":"# Fathom\n\n[![Actions Status][actions-badge]][actions-url]\n[![Matrix][matrix-badge]][matrix-lobby]\n[![License][license-badge]][license-url]\n\n[actions-badge]: https://github.com/yeslogic/fathom/workflows/ci/badge.svg\n[actions-url]: https://github.com/yeslogic/fathom/actions\n[matrix-badge]: https://img.shields.io/badge/chat-%23fathom--lang%3Amatrix.org-brightgreen\n[matrix-lobby]: https://matrix.to/#/#fathom-lang:matrix.org\n[license-badge]: https://img.shields.io/github/license/yeslogic/fathom\n[license-url]: ./LICENSE\n\nA language for specifying data-dependent binary formats.\n\n## Example\n\n```fathom\ndef pixel = {\n    red \u003c- u8,\n    green \u003c- u8,\n    blue \u003c- u8,\n};\n\ndef main = {\n    width \u003c- u16le,\n    height \u003c- u16le,\n    pixels \u003c- repeat_len16 (width * height) pixel,\n};\n```\n\nMore examples can be found in the [formats](./formats) directory.\n\n## Code of Conduct\n\nPlease note that this project is released with a [Code of Conduct](./CODE_OF_CONDUCT.md).\nBy participating in this project you agree to abide by its terms.\n\n## License\n\nFathom is licensed under the terms of the Apache License (Version 2.0).\n\nSee [LICENSE](./LICENSE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e for details.\n","funding_links":[],"categories":["Programming Language","Rust"],"sub_categories":["Libraries"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeslogic%2Ffathom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeslogic%2Ffathom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeslogic%2Ffathom/lists"}