{"id":13410464,"url":"https://github.com/reznikmm/protobuf","last_synced_at":"2026-01-18T11:57:29.020Z","repository":{"id":40421297,"uuid":"256933493","full_name":"reznikmm/protobuf","owner":"reznikmm","description":"The Google Protocol Buffers implementation in Ada","archived":false,"fork":false,"pushed_at":"2023-02-17T16:42:28.000Z","size":388,"stargazers_count":30,"open_issues_count":3,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-07-31T20:42:40.894Z","etag":null,"topics":["ada","compiler","protobuf"],"latest_commit_sha":null,"homepage":"","language":"Ada","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/reznikmm.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":null,"patreon":"ada_re","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-04-19T06:48:37.000Z","updated_at":"2024-05-28T11:00:03.000Z","dependencies_parsed_at":"2023-02-18T12:16:24.154Z","dependency_job_id":null,"html_url":"https://github.com/reznikmm/protobuf","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reznikmm%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reznikmm%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reznikmm%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reznikmm%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reznikmm","download_url":"https://codeload.github.com/reznikmm/protobuf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243610217,"owners_count":20318924,"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":["ada","compiler","protobuf"],"created_at":"2024-07-30T20:01:07.113Z","updated_at":"2025-03-14T16:32:13.921Z","avatar_url":"https://github.com/reznikmm.png","language":"Ada","funding_links":["https://patreon.com/ada_re","https://www.patreon.com/ada_ru"],"categories":["Libraries"],"sub_categories":["Format Readers and Writers","Format Readers, Writers and Checkers"],"readme":"# protobuf\n\n[![Build Status](https://github.com/reznikmm/protobuf/workflows/Build/badge.svg)](https://github.com/reznikmm/protobuf/actions)\n[![Copr build status](https://copr.fedorainfracloud.org/coprs/reznik/ada/package/ada-protobuf/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/reznik/ada)\n\n\u003e A Google Protocol Buffers implementation in Ada\n\n## Install\n\nThe preferred installation method is compiling from sources. Just checkout repository and run:\n```\nmake all install PREFIX=/path/to/install\n```\n\nYou can also build with [Alire](https://alire.ada.dev/):\n\n    alr build\n\nIf you distribute a crate that doesn't require Protobuf compiler then\nyou may depend just on `protobuf_runtime`. The corresponding `alire.toml`\nis located in `packages/protobuf_runtime` directory.\n\nThere is also [a precompiled RPM for Fedora Linux](https://copr.fedorainfracloud.org/coprs/reznik/ada/).\n\n### Dependencies\nIt depends on\n* [matreshka](https://github.com/godunko/matreshka) - the Matreshka framework.\n* [ada_pretty](https://github.com/reznikmm/ada-pretty) - an Ada pretty printing library.\n* [protoc](https://github.com/protocolbuffers/protobuf) - the protobuf compiler.\n\n## Usage\nLaunch `protoc` with `--ada_out=\u003cdir\u003e` option having `protoc-gen-ada` in\nthe `PATH`.\n\nExample:\n\n```\nPATH=.objs/compiler/:$PATH protoc --ada_out=/tmp/ /usr/include/google/protobuf/descriptor.proto\n```\n\nSee more details in [Ada Generated Code](docs/generated_code.md) document.\n\n## Maintainer\n\n[@MaximReznik](https://github.com/reznikmm).\n\n## Contribute\n\nFeel free to dive in!\n[Open an issue](https://github.com/reznikmm/protobuf/issues/new)\nor submit PRs.\n\n## Support\n\nIf you find this open source project useful, you may provide me a small support\non [Patreon](https://www.patreon.com/ada_ru).\n\n## License\n\n[MIT](LICENSE) © Maxim Reznik\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freznikmm%2Fprotobuf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freznikmm%2Fprotobuf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freznikmm%2Fprotobuf/lists"}