pkg.soopen package index

brew / 排名 1574

使用 Homebrew, Nix, apt 安装 avro-c

查看 avro-c 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install avro-c

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#avro-c

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

Debian apt已验证 · 92%
sudo apt install avro-bin

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

概览

软件包摘要

Data serialization system

命令和别名

  • avroappend
  • avrocat
  • avromod
  • avropipe

历史

项目历史与用法

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.

项目历史

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.

采用历史

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.

使用方式

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.

为什么软件包爱好者会关心

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.

时间线

  • 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.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
avroappend可执行文件已索引可执行文件从本地可执行文件索引发现。
avrocat可执行文件已索引可执行文件从本地可执行文件索引发现。
avromod可执行文件已索引可执行文件从本地可执行文件索引发现。
avropipe可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本1.12.1
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:avro-c
版本1.12.1
软件包管理器Homebrew
主页https://avro.apache.org/
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

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 依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation