macOS
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · source: api.github.com
brew
C library of simple functions optimized for various CPUs. Version 0.3.17 via Homebrew; verified from local package data.
install
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · source: api.github.com
sudo dnf install liboilFedora Rawhide package metadata · liboil · source: dl.fedoraproject.org
nix profile install nixpkgs#liboilnixpkgs package indexes · pkgs/by-name/li/liboil/package.nix · source: api.github.com
sudo zypper install liboil-0_3-0openSUSE Tumbleweed package metadata · liboil-0_3-0 · source: download.opensuse.org
overview
C library of simple functions optimized for various CPUs
history
liboil, the Library of Optimized Inner Loops, is a freedesktop.org-era C library of simple CPU-optimized routines. It collected small loops such as array conversion, multiplication, summing, and other SIMD-friendly operations behind a reusable API.
The project documentation describes liboil as a library of simple functions optimized for CPUs using techniques such as Altivec, MMX, and SSE. Its goal was to consolidate optimized inner-loop code that multimedia applications and libraries often carried privately.
The freedesktop.org download directory shows a compact release line from 0.2.0 and 0.3.x in 2005 through 0.3.17 in February 2010. After that period, Orc, the Oil Runtime Compiler, became the successor project for generating and executing SIMD-style inner loops.
liboil mattered most in the multimedia and desktop stack, where many packages needed fast pixel, audio, or numeric loops but did not want to maintain architecture-specific assembly in every project.
Its package-manager life continued after active upstream development because older software still linked against liboil, while newer software increasingly moved to Orc or compiler/native SIMD approaches.
Developers used liboil as a C library for optimized primitive operations. Package users mostly encountered it indirectly as a dependency, with oil-bugreport available as a diagnostic executable.
The library is relevant when building older multimedia stacks or software that still depends on the liboil API rather than Orc.
liboil is package-nerd interesting because it captures a transitional moment before widespread portable SIMD abstractions: projects wanted reusable CPU-specific inner loops, but compiler autovectorization and runtime SIMD libraries had not settled the problem.
Its replacement by Orc is also instructive. The successor moved from a collection of hand-optimized functions toward a small runtime compiler for array operations, which explains why liboil often remains only as a compatibility package.
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 |
|---|---|---|---|
oil-bugreport | cli | global executable |
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.
https://wiki.freedesktop.org/liboil/
install metadata
| Package key | brew:liboil |
|---|---|
| Version | 0.3.17 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/liboil |
| Homepage | https://wiki.freedesktop.org/liboil/ |
| Repository | https://cgit.freedesktop.org/liboil |
| Upstream docs | https://wiki.freedesktop.org/liboil |
| License | BSD-2-Clause AND BSD-3-Clause |
| Source archive | https://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz |
| Build dependencies | autoconf, automake, gtk-doc, libtool, pkgconf |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | liboil |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
liboil
nix profile install nixpkgs#liboilliboil 0.3.16-38.fc44
Library of Optimized Inner Loops, CPU optimized functions
http://liboil.freedesktop.org/
sudo dnf install liboilliboil-devel 0.3.16-38.fc44
Development files and static library for liboil
http://liboil.freedesktop.org/
sudo dnf install liboil-develliboil-0_3-0 0.3.17-26.14
Library of Optimized Inner Loops
http://liboil.freedesktop.org/wiki/
sudo zypper install liboil-0_3-0liboil-devel 0.3.17-26.14
Headers for the library of Optimized Inner Loops
http://liboil.freedesktop.org/wiki/
sudo zypper install liboil-develliboil-doc 0.3.17-26.14
Documentation for the library of Optimized Inner Loops
http://liboil.freedesktop.org/wiki/
sudo zypper install liboil-docliboil
sudo port install liboilsource 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.