Automic VaultAutomic Vault

brew

Installer avro-c avec Homebrew, Nix, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de avro-c pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install avro-c

local Homebrew formula metadata

Linux

Nixvérifié · 92%
nix profile install nixpkgs#avro-c

nixpkgs package indexes · pkgs/by-name/av/avro-c/package.nix · Source: api.github.com

Debian aptvérifié · 92%
sudo apt install avro-bin

Debian stable package indexes · avro-bin · Source: deb.debian.org

aperçu

Résumé du paquet

Data serialization system

Commandes et alias

  • avroappend
  • avrocat
  • avromod
  • avropipe

historique

Historique du projet et usages

Avro C is the C implementation and command-line tooling slice of Apache Avro, Apache's schema-based data serialization system. In Homebrew it exposes utilities such as avrocat, avroappend, avropipe, and avromod for working with Avro object container files from a Unix shell.

Historique du projet

Apache Avro's first official release was Avro 1.0.0 on July 15, 2010. The project was framed from the start as a serialization system with rich data structures, compact binary encoding, object container files, RPC support, and language bindings where code generation is optional rather than mandatory.

The C implementation lives in the main Apache Avro repository rather than a separate project. That matters for packagers: language bindings, command-line tools, release artifacts, and the shared Avro specification move together under the Apache release process.

Historique d'adoption

Avro became common in data-engineering environments because it carries schemas with serialized data and supports schema evolution. Apache's current project site describes Avro as a leading serialization format for record data and a first choice for streaming data pipelines, with implementations across JVM languages, Python, C/C++, C#, PHP, Ruby, Rust, JavaScript, and Perl.

The C package is a practical packaging target for users who need small native tools or C library integration without pulling in the Java toolchain. On Unix package managers it fills the niche between the full Java avro-tools jar and embedding Avro support in larger data platforms.

Modes d'utilisation

The C utilities are mostly file and stream tools: avrocat inspects or emits records, avroappend appends data to container files, avropipe moves Avro data through pipelines, and avromod edits Avro container metadata. They are useful in shell workflows where the Java avro-tools package would be heavier than necessary.

There is no standard per-user configuration file or credential store for Avro C itself. Behavior is driven by schemas, Avro container metadata, command-line arguments, and application code using the C API.

Pourquoi les passionnés de paquets s'y intéressent

For package nerds, avro-c is interesting because it is a native-library subpackage split out of a multi-language Apache project. It gives Homebrew, Nix, and Debian-style systems a way to install Avro's C ABI and CLI utilities without treating the whole project as a Java artifact.

It also shows the awkward but useful boundary between data-format standards and language ecosystems: one upstream release, many language bindings, and multiple downstream formulas for the same specification.

Chronologie

  • 2010: Apache Avro 1.0.0 announced as the first Avro release.
  • 2021: Avro 1.11.0 released with 120 JIRA issues addressed.
  • 2024: Avro 1.12.0 released by the Apache Avro community.
  • 2025: Avro 1.12.1 listed as the latest Apache Avro release.

Related projects

  • Apache Avro Java and avro-tools share the same upstream repository and specification.
  • Avro C++ is the neighboring native binding for C++ programs and code generation.
  • Apache Hadoop, Kafka-oriented data pipelines, and other record-processing systems are common consumers of Avro data, though they package their own integrations separately.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 3 dépendances d’exécution.
  • Les métadonnées de compilation listent 2 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
avroappendcliexécutable global
avrocatcliexécutable global
avromodcliexécutable global
avropipecliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire1.12.1
gestionnaire mis à jour
données localesOK
amontnot checked
dernière version détectéenon détecté

https://avro.apache.org/

  • infoNo package-manager update timestamp was available.confiance faible
  • infoRelease/tag comparison is only available for GitHub repositories.https://avro.apache.org/confiance none

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:avro-c
Version1.12.1
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/avro-c
Page d'accueilhttps://avro.apache.org/
Dépôthttps://github.com/apache/avro
Docs amonthttps://avro.apache.org/docs
LicenceApache-2.0
Archive sourcehttps://www.apache.org/dyn/closer.lua?path=avro/avro-1.12.1/c/avro-c-1.12.1.tar.gz
Dépendancesjansson, snappy, xz
Dépendances de compilationcmake, pkgconf
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameavro-c
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

avro-bin 1.12.0-3

Apache Avro C utilities (avro-c)

https://avro.apache.org

sudo apt install avro-bin
  • Section: utils
  • Architecture: amd64
  • Source Package: avro-c
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Avro C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: avro-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libavro-dev 1.12.0-3

Apache Avro C static library and headers (avro-c)

https://avro.apache.org

sudo apt install libavro-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: avro-c
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Avro C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libavro-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libavro24 1.12.0-3

Apache Avro C shared library (avro-c)

https://avro.apache.org

sudo apt install libavro24
  • Section: libs
  • Architecture: amd64
  • Source Package: avro-c
  • 5 Dépendances
  • normalized package name match
  • Correspondance par : Avro C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libavro24 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

avro-c

nix profile install nixpkgs#avro-c
  • normalized package name match
  • Correspondance par : Avro C
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/av/avro-c/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

avro-bin 1.11.1-1build1

Apache Avro C utilities (avro-c)

https://avro.apache.org

sudo apt install avro-bin
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: avro-c
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Avro C
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: avro-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libavro-dev 1.11.1-1build1

Apache Avro C static library and headers (avro-c)

https://avro.apache.org

sudo apt install libavro-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: avro-c
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Avro C
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libavro-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libavro23 1.11.1-1build1

Apache Avro C shared library (avro-c)

https://avro.apache.org

sudo apt install libavro23
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: avro-c
  • 5 Dépendances
  • normalized package name match
  • Correspondance par : Avro C
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libavro23 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment