macOS
brew install libxoprovider-native install command
brew / rank 13931
Allows an application to generate text, XML, JSON, and HTML output. Version 1.7.5 via Homebrew; verified from local package data.
install
brew install libxoprovider-native install command
overview
Allows an application to generate text, XML, JSON, and HTML output
history
libxo is a C library from Juniper for emitting traditional text, XML, JSON, and HTML from one set of output calls. It is best known in package culture through FreeBSD's structured-output work.
The project README explains the central idea: applications call xo_emit with field descriptors, and the selected output style is chosen at runtime. GitHub tag metadata places the 0.1.0 tag at a commit dated 2014-07-30.
The FreeBSD manual page records Phil Shafer as author and says the library was added in FreeBSD 11.0. That adoption moved libxo from a standalone library into the base-system conversation about machine-readable command output.
FreeBSD's adoption gave libxo a practical audience: base utilities could keep human-readable output while adding JSON, XML, or HTML modes for scripts and automation. The package is also available outside FreeBSD for projects that want the same structured-output model.
Users generally encounter libxo through commands that accept a libxo output mode or through the xo utility family. Developers use the library when they want one formatting path to serve terminal text and structured data consumers.
libxo matters because it is a concrete answer to the long-running Unix problem of parsing human text with fragile awk and sed pipelines. It represents the package-manager-adjacent push toward structured CLI output without abandoning traditional command output.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
libxo-config | executable | indexed executable | Discovered from the local executable index. |
xo | executable | indexed executable | Discovered from the local executable index. |
xohtml | executable | indexed executable | Discovered from the local executable index. |
xolint | executable | indexed executable | Discovered from the local executable index. |
xopo | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:libxo |
|---|---|
| Version | 1.7.5 |
| Package manager | Homebrew |
| Homepage | https://juniper.github.io/libxo/libxo-manual.html |
| Repository | https://github.com/Juniper/libxo |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.