# Installer libwbxml avec Homebrew, apk, dnf, Nix

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

## installation

```sh
sudo av install brew:libwbxml
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install libwbxml
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libwbxml
```

  Preuve: Alpine Linux edge package indexes: libwbxml from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install libwbxml
```

  Preuve: Fedora Rawhide package metadata: libwbxml from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libwbxml
```

  Preuve: nixpkgs package indexes: pkgs/by-name/li/libwbxml/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:libwbxml
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/libwbxml>
- **Version:** 0.11.10
- **Résumé source:** Library and tools to parse and encode WBXML documents
- **Page d'accueil:** <https://github.com/libwbxml/libwbxml>
- **Dépôt:** <https://github.com/libwbxml/libwbxml>
- **Licence:** LGPL-2.1-or-later
- **Archive source:** <https://github.com/libwbxml/libwbxml/archive/refs/tags/libwbxml-0.11.10.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- wbxml2xml (cli)
- xml2wbxml (cli)
- wbxml2xml (alias)
- xml2wbxml (alias)

## Dépendances

- wget

## Dépendances de compilation

- cmake
- doxygen
- graphviz
- pkgconf

## Bibliothèques fournies par macOS

- expat

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.11.10
- données locales: OK
- dépôt amont: https://github.com/libwbxml/libwbxml
- dernière version détectée: libwbxml-0.11.10 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

libwbxml is a C library and tool set for parsing, encoding, and converting WBXML, the WAP Binary XML format. It occupies a narrow but useful compatibility niche for mobile-era protocols and systems that stored XML-like data in compact binary form.

### Historique du projet

The WBXML format was defined by the WAP Forum; the WAP-192-WBXML Version 1.3 specification is dated 2001-07-25 and describes a tokenized binary XML content format with public identifiers, string tables, tag code pages, attributes, entities, opaque data, and example encodings.

The libwbxml README describes the library as a WBXML parser, internal tree representation, and encoder, with high-level conversion between WBXML and XML. SourceForge records the project as registered on 2008-11-20 and says the historical SourceForge pages remain because development and releases previously happened there before migration to GitHub.

### Historique d'adoption

libwbxml is not a broad end-user package; it is infrastructure for software that must still read or write WBXML. Its adoption follows protocol compatibility needs around WAP, SyncML-style data, and other compact XML exchanges rather than fashion-driven developer uptake.

### Modes d'utilisation

The package provides the wbxml2xml and xml2wbxml tools and a library API. Developers use it to convert archived or protocol-level WBXML documents to readable XML, generate WBXML from XML, or embed WBXML parsing in C applications.

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

libwbxml is package archaeology with a purpose: it keeps a once-important mobile-web binary XML format decodable on modern systems. Its value is less about new development and more about letting package managers preserve tools for old protocols, tests, and data migrations.

### Chronologie

- 2001-07-25: WAP Forum releases WBXML Version 1.3 specification material.
- 2008-11-20: SourceForge records the libwbxml project registration.
- 2024-06-06: SourceForge marks the project as available on GitHub, with SourceForge retained for historical development and release context.

### Related projects

- Related technologies include WAP, WML, SyncML-family data exchange, Expat for XML parsing, and other XML-to-binary or compact protocol encodings from the mobile-web era.

### Sources

- <https://github.com/libwbxml/libwbxml>
- <https://sourceforge.net/projects/libwbxml/>
- <https://www.openmobilealliance.org/tech/affiliates/wap/wap-192-wbxml-20010725-a.pdf>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libwbxml
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - libwbxml: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libwbxml/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - libwbxml - 0.11.10-r0: normalized package name match | Alpine Linux edge package indexes: libwbxml from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A library to encode and decode WBXML (WAP Binary XML). | https://github.com/libwbxml/libwbxml
- apk - libwbxml-dev - 0.11.10-r0: normalized package name match | Alpine Linux edge package indexes: libwbxml-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A library to encode and decode WBXML (WAP Binary XML). (development files) | https://github.com/libwbxml/libwbxml
- apk - libwbxml-doc - 0.11.10-r0: normalized package name match | Alpine Linux edge package indexes: libwbxml-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A library to encode and decode WBXML (WAP Binary XML). (documentation) | https://github.com/libwbxml/libwbxml
- dnf - libwbxml - 0.11.10-7.fc45: normalized package name match | Fedora Rawhide package metadata: libwbxml from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Library and tools to parse, encode and handle WBXML documents | https://github.com/libwbxml/libwbxml
- dnf - libwbxml-devel - 0.11.10-7.fc45: normalized package name match | Fedora Rawhide package metadata: libwbxml-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files of libwbxml | https://github.com/libwbxml/libwbxml


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [wget](https://pkg.so/fr/brew/wget/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [graphviz](https://pkg.so/fr/brew/graphviz/) - Build dependency declared by Homebrew.
- [doxygen](https://pkg.so/fr/brew/doxygen/) - Build dependency declared by Homebrew.
- [expat](https://pkg.so/fr/brew/expat/) - Shares pkgdb curated category or tags: cli, developer-tools, parser, xml.
- [libxml2](https://pkg.so/fr/brew/libxml2/) - Shares pkgdb curated category or tags: cli, developer-tools, parser, xml.
- [libxslt](https://pkg.so/fr/brew/libxslt/) - Shares pkgdb curated category or tags: cli, developer-tools, xml.
- [saxon](https://pkg.so/fr/brew/saxon/) - Shares pkgdb curated category or tags: cli, developer-tools, xml.
- [libslax](https://pkg.so/fr/brew/libslax/) - Shares pkgdb curated category or tags: cli, developer-tools, xml.
- [rnv](https://pkg.so/fr/brew/rnv/) - Shares pkgdb curated category or tags: cli, developer-tools, xml.
- [urdfdom](https://pkg.so/fr/brew/urdfdom/) - Shares pkgdb curated category or tags: cli, developer-tools, parser, xml.
- [json5](https://pkg.so/fr/brew/json5/) - Shares pkgdb curated category or tags: cli, data-format, developer-tools.
- [csvprintf](https://pkg.so/fr/brew/csvprintf/) - Both packages work with overlapping file formats or content types. Shared terms: cli, data, developer, developer-tools, parser.
- [jshon](https://pkg.so/fr/brew/jshon/) - Local package facts share a topical domain. Shared terms: cli, data, developer, developer-tools, parse.

## Combined YAML source

View the package source record on GitHub. [combined/libwbxml.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libwbxml.yml)


## Sources

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