macOS
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · ソース: api.github.com
brew
liboil のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · ソース: api.github.com
sudo dnf install liboilFedora Rawhide package metadata · liboil · ソース: dl.fedoraproject.org
nix profile install nixpkgs#liboilnixpkgs package indexes · pkgs/by-name/li/liboil/package.nix · ソース: api.github.com
sudo zypper install liboil-0_3-0openSUSE Tumbleweed package metadata · liboil-0_3-0 · ソース: download.opensuse.org
概要
C library of simple functions optimized for various CPUs
履歴
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.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
oil-bugreport | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://wiki.freedesktop.org/liboil/
インストールメタデータ
| パッケージキー | brew:liboil |
|---|---|
| バージョン | 0.3.17 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/liboil |
| ホームページ | https://wiki.freedesktop.org/liboil/ |
| リポジトリ | https://cgit.freedesktop.org/liboil |
| 上流ドキュメント | https://wiki.freedesktop.org/liboil |
| ライセンス | BSD-2-Clause AND BSD-3-Clause |
| ソースアーカイブ | https://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz |
| ビルド依存関係 | autoconf, automake, gtk-doc, libtool, pkgconf |
| Bottle | 利用可能 (対象 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 | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 liboilソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.