Automic VaultAutomic Vault

brew

Installer expat avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install expat

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install expat

MacPorts ports tree · textproc/expat/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add expat

Alpine Linux edge package indexes · expat · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install expat

Debian stable package indexes · expat · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install expat

Fedora Rawhide package metadata · expat · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#expat

nixpkgs package indexes · pkgs/by-name/ex/expat/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S expat

Arch Linux sync databases · expat · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install expat

openSUSE Tumbleweed package metadata · expat · Source: download.opensuse.org

aperçu

Résumé du paquet

XML 1.0 parser

historique

Historique du projet et usages

Expat is a fast streaming XML parser library written in C, with xmlwf as its command-line well-formedness checker. It is package-manager-famous because XML parsing became infrastructure, and Expat is small, MIT-licensed, embeddable, and widely shipped.

Historique du projet

The official repository describes Expat as a C99 library for parsing XML 1.0, started by James Clark in 1997. Its model is event-oriented: users register handlers before parsing, and those handlers are called as document structures are discovered.

The project site frames Expat around streaming rather than building a full in-memory document tree. That makes it useful for files too large to fit in memory, and for applications where parser performance and flexible callbacks are more important than a high-level DOM interface.

Historique d'adoption

The Expat homepage states that numerous applications, libraries, and hardware use Expat, that bindings and third-party wrappers exist, and that Expat is packaged everywhere. That breadth is the key adoption story: many users never invoke xmlwf directly, but they depend on Expat through another program or language runtime.

The repository README documents common build-system integration, including CMake find_package usage. That is a sign of mature library adoption: Expat is not just an executable in package managers, but a dependency with headers, link targets, and ABI expectations.

Modes d'utilisation

Developers use libexpat when they want a C XML parser that calls application-defined handlers for starts, ends, character data, and related XML structures. The included xmlwf executable is used to check whether XML input is well formed.

Because XML parsers sit at input boundaries, Expat's package history is often security-driven. The official GitHub issue tracker includes release coordination that references downstream updates in CPython, Gentoo, Spack, Homebrew, NixOS, MSYS2, and other packaging ecosystems when CVE fixes land.

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

Expat is a dependency-package archetype: boring when healthy, urgent when vulnerable. It is small enough to be embedded or vendored, but important enough that a security update can ripple through Python, Linux distributions, language package sets, and embedded builds.

The package also demonstrates the difference between library identity and command identity. Homebrew exposes xmlwf as the executable, while the real package value is libexpat and its headers.

Chronologie

  • 1997: James Clark started Expat.
  • 2.4.x: Security releases triggered broad downstream package updates.
  • 2025: Expat 2.7.2 release coordination referenced Homebrew, CPython, NixOS, MSYS2, Spack, Gentoo, and other downstreams.
  • 2026: Expat 2.8.x release coordination continued around security fixes and downstream updates.

Related projects

  • CPython is a major downstream because Python includes pyexpat bindings and coordinates bundled Expat updates.
  • CMake's FindEXPAT module is an important integration path for C and C++ projects.
  • Other XML parsers are related by role, but Expat's official documentation emphasizes its streaming C API.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour expat. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

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.

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
xmlwfcliexé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 gestionnaire2.8.2
gestionnaire mis à jour2026-06-25
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/libexpat/libexpat

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:expat
Version2.8.2
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/expat
Page d'accueilhttps://libexpat.github.io/
Dépôthttps://github.com/libexpat/libexpat
Docs amonthttps://libexpat.github.io/doc
LicenceMIT
Archive sourcehttps://github.com/libexpat/libexpat/releases/download/R_2_8_2/expat-2.8.2.tar.xz
Dernière mise à jour2026-06-25T21:42:09Z
Pulseupdated
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 Nameexpat
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • 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%

expat 2.7.1-2

XML parsing C library - example application

https://libexpat.github.io/

sudo apt install expat
  • Section: text
  • Architecture: amd64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Expat
Debian stable package indexes · deb.debian.org · Debian stable package indexes: expat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libexpat1 2.7.1-2

XML parsing C library - runtime library

https://libexpat.github.io/

sudo apt install libexpat1
  • Section: libs
  • Architecture: amd64
  • Source Package: expat
  • normalized package name match
  • Correspondance par : Expat
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libexpat1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libexpat1-dev 2.7.1-2

XML parsing C library - development kit

https://libexpat.github.io/

sudo apt install libexpat1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: expat
  • 3 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Expat
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libexpat1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

expat

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

expat 2.6.1-2build1

XML parsing C library - example application

https://libexpat.github.io/

sudo apt install expat
  • Section: universe/text
  • Architecture: amd64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Expat
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: expat from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libexpat1 2.6.1-2build1

XML parsing C library - runtime library

https://libexpat.github.io/

sudo apt install libexpat1
  • Section: libs
  • Architecture: amd64
  • Source Package: expat
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Expat
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libexpat1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libexpat1-dev 2.6.1-2build1

XML parsing C library - development kit

https://libexpat.github.io/

sudo apt install libexpat1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: expat
  • 3 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Expat
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libexpat1-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

expat 2.8.1-r0

XML Parser library written in C

https://libexpat.github.io/

sudo apk add expat
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: expat from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

expat-dev 2.8.1-r0

XML Parser library written in C (development files)

https://libexpat.github.io/

sudo apk add expat-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: expat-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

expat-doc 2.8.1-r0

XML Parser library written in C (documentation)

https://libexpat.github.io/

sudo apk add expat-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • normalized package name match
  • Correspondance par : Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: expat-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

expat-static 2.8.1-r0

XML Parser library written in C (static library)

https://libexpat.github.io/

sudo apk add expat-static
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: expat-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

libexpat 2.8.1-r0

XML Parser library written in C (libraries)

https://libexpat.github.io/

sudo apk add libexpat
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libexpat from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

expat 2.8.1-1.fc45

An XML parser library

https://libexpat.github.io/

sudo dnf install expat
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: expat
  • 3 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Expat
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: expat from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

expat-devel 2.8.1-1.fc45

Libraries and header files to develop applications using expat

https://libexpat.github.io/

sudo dnf install expat-devel
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: expat
  • 3 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Expat
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: expat-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

expat-static 2.8.1-1.fc45

expat XML parser static library

https://libexpat.github.io/

sudo dnf install expat-static
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: expat
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Expat
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: expat-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

expat 2.8.1-1

An XML parser library

https://libexpat.github.io/

sudo pacman -S expat
  • License: MIT
  • Architecture: x86_64
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Expat
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: expat from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.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