Skip to content

Commit

Permalink
Merge pull request #16 from odidev/protobuf
Browse files Browse the repository at this point in the history
Add protobuf file
  • Loading branch information
zachlasiuk authored Jan 31, 2024
2 parents f0ef04f + 6f631a1 commit e769bd2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions content/sw_database/protobuf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Protobuf
category: Data-format
description: Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can learn more about it in protobuf's documentation.
download_url: https://github.com/protocolbuffers/protobuf/releases
works_on_arm: true
supported_minimum_version:
version_number: v3.5.0
release_date: 16/11/2017


optional_info:
homepage_url: https://github.com/protocolbuffers/protobuf
support_caveats:
alternative_options:
getting_started_resources:
arm_content: https://developer.arm.com/documentation/ka002171/latest/
partner_content:
official_docs: https://github.com/protocolbuffers/protobuf/blob/main/src/README.md
arm_recommended_minimum_version:
version_number:
release_date:


optional_hidden_info:
release_notes__supported_minimum: https://github.com/protocolbuffers/protobuf/releases/tag/v3.5.0
release_notes__recommended_minimum:
other_info: There are no release notes for the minimum version for ARM64, but binary for aarch64 Linux are published with each release starting from v3.5.0.

---

0 comments on commit e769bd2

Please sign in to comment.