Automic VaultAutomic Vault

brew

llvm を Homebrew, apk, chocolatey, apt, dnf, Nix, pacman, zypper, scoop, winget でインストール

llvm のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install llvm

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add llvm

Alpine Linux edge package indexes · llvm · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install llvm

Debian stable package indexes · llvm · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install llvm

Fedora Rawhide package metadata · llvm · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#llvm

nixpkgs package indexes · llvm · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S llvm

Arch Linux sync databases · llvm · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install llvm

openSUSE Tumbleweed package metadata · llvm · ソース: download.opensuse.org

概要

パッケージ概要

Next-gen compiler infrastructure

コマンドとエイリアス

  • FileCheck
  • UnicodeNameMappingGenerator
  • amdgpu-arch
  • analyze-build
  • bugpoint
  • clang
  • clang++
  • clang-22
  • clang-apply-replacements
  • clang-change-namespace
  • clang-check
  • clang-cl
  • clang-cpp
  • clang-doc
  • clang-extdef-mapping
  • clang-include-cleaner
  • clang-include-fixer
  • clang-installapi
  • clang-linker-wrapper
  • clang-move
  • clang-nvlink-wrapper
  • clang-offload-bundler
  • clang-offload-packager
  • clang-query
  • clang-refactor
  • clang-reorder-fields
  • clang-repl
  • clang-scan-deps
  • clang-sycl-linker
  • clang-tblgen
  • clang-tidy
  • clangd

履歴

プロジェクトの歴史と使われ方

LLVM is a modular compiler and toolchain infrastructure project packaged by Homebrew as the current llvm formula. It includes the LLVM core libraries and command-line tools, the Clang compiler frontend, LLDB debugger, LLD linker, libc++, MLIR tooling, and many smaller developer utilities.

プロジェクトの歴史

LLVM began as a University of Illinois research project to provide a modern SSA-based compilation strategy for static and dynamic languages. The official LLVM homepage describes the project as a collection of modular and reusable compiler and toolchain technologies, with LLVM now functioning as a project name rather than an acronym for a virtual machine.

The project grew from core optimizer and code-generation libraries into an umbrella project. The official overview lists major subprojects such as Clang for C-family languages, LLDB for native debugging, LLD for linking, libc++ for the C++ standard library, Flang for Fortran, and MLIR infrastructure for compiler construction. The GitHub README describes the repository as source for compilers, optimizers, and run-time environments.

採用の歴史

LLVM became a package-manager staple because it is both an end-user toolchain and a dependency for other language runtimes, build systems, static analyzers, editor integrations, and cross-compilation stacks. The official homepage notes production use by commercial and open-source projects and continued academic use, which matches the broad package-manager coverage shown in the input metadata.

For Homebrew users, llvm is often installed to obtain a newer clang than Apple's system compiler, a full llvm-config and library stack, up-to-date linker and object-file tools, clang-format, clang-tidy, clangd, lldb, and architecture-specific utilities. Versioned Homebrew formulae such as llvm@14 through llvm@17 exist because downstream projects frequently need a stable ABI, code-generation behavior, or plugin API tied to a specific LLVM major release.

使われ方

Users install llvm to compile C, C++, Objective-C, and other LLVM-backed languages; run optimizer and code-generation tools such as opt and llc; inspect and transform object files with llvm-objdump, llvm-nm, llvm-ar, and llvm-strip; debug with lldb; format and analyze C-family source with clang-format, clang-tidy, and clangd; and build other packages that need llvm-config or LLVM libraries.

The package is also a build dependency for projects that embed LLVM as a library, generate LLVM IR, ship compiler plugins, or need MLIR and TableGen tooling. In package-manager culture, llvm is less a single command than a large toolchain substrate whose installed prefix can change the behavior of many builds.

パッケージ好きにとっての重要性

LLVM is one of the most consequential developer-tool packages in Unix package managers: it provides compilers, linkers, debuggers, binary utilities, formatters, language servers, and libraries that other packages compile against. Its formula is watched closely because a major LLVM bump can reveal C++ standard-library issues, linker changes, sanitizer behavior changes, and downstream projects that accidentally depended on private compiler internals.

The package is also historically important because it displaced the idea that a system compiler was a monolith. LLVM's reusable libraries let package ecosystems build many language frontends, analyzers, and toolchain experiments on common optimizer and code-generation components.

タイムライン

  • 2000: LLVM begins as a University of Illinois research project.
  • 2003: LLVM 1.0 is announced as an open compiler infrastructure release.
  • 2011: The LLVM name is treated as the project brand rather than an acronym.
  • 2016-12-07: The llvm/llvm-project monorepo is created on GitHub.
  • 2019: LLVM 9.0.0 and later releases use Apache-2.0 WITH LLVM-exception licensing.
  • 2022-03-23: LLVM 14.0.0 is published.
  • 2022-09-06: LLVM 15.0.0 is published.
  • 2023-03-17: LLVM 16.0.0 is published.
  • 2023-09-19: LLVM 17.0.1 is published.

Related projects

  • Clang, LLDB, LLD, libc++, Flang, MLIR, compiler-rt, OpenMP, and polly are LLVM umbrella subprojects or closely shipped components.
  • Projects such as Rust, Swift, Julia, Zig, Mesa, WebAssembly toolchains, and many static-analysis tools are common LLVM consumers in package-manager ecosystems.
  • Homebrew's llvm@14, llvm@15, llvm@16, and llvm@17 formulae preserve older major release lines for packages that cannot immediately follow the current llvm formula.

セキュリティ状態

リスクレベル: yellow

compiler and toolchain runtime.

リスク分類器

リスク yellow · 信頼度 高 · runtime

理由

  • compiler and toolchain runtime

信号

  • override:llvm

インストール挙動

  • Homebrew はこの formula に post-install フックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 4 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
FileCheckcliグローバル実行可能ファイル
UnicodeNameMappingGeneratorcliグローバル実行可能ファイル
amdgpu-archcliグローバル実行可能ファイル
analyze-buildcliグローバル実行可能ファイル
bugpointcliグローバル実行可能ファイル
clangcliグローバル実行可能ファイル
clang++cliグローバル実行可能ファイル
clang-22cliグローバル実行可能ファイル
clang-apply-replacementscliグローバル実行可能ファイル
clang-change-namespacecliグローバル実行可能ファイル
clang-checkcliグローバル実行可能ファイル
clang-clcliグローバル実行可能ファイル
clang-cppcliグローバル実行可能ファイル
clang-doccliグローバル実行可能ファイル
clang-extdef-mappingcliグローバル実行可能ファイル
clang-include-cleanercliグローバル実行可能ファイル
clang-include-fixercliグローバル実行可能ファイル
clang-installapicliグローバル実行可能ファイル
clang-linker-wrappercliグローバル実行可能ファイル
clang-movecliグローバル実行可能ファイル
clang-nvlink-wrappercliグローバル実行可能ファイル
clang-offload-bundlercliグローバル実行可能ファイル
clang-offload-packagercliグローバル実行可能ファイル
clang-querycliグローバル実行可能ファイル
clang-refactorcliグローバル実行可能ファイル
clang-reorder-fieldscliグローバル実行可能ファイル
clang-replcliグローバル実行可能ファイル
clang-scan-depscliグローバル実行可能ファイル
clang-sycl-linkercliグローバル実行可能ファイル
clang-tblgencliグローバル実行可能ファイル
clang-tidycliグローバル実行可能ファイル
clangdcliグローバル実行可能ファイル
countcliグローバル実行可能ファイル
diagtoolcliグローバル実行可能ファイル
dsymutilcliグローバル実行可能ファイル
find-all-symbolscliグローバル実行可能ファイル
hmaptoolcliグローバル実行可能ファイル
intercept-buildcliグローバル実行可能ファイル
llccliグローバル実行可能ファイル
lldbcliグローバル実行可能ファイル
lldb-argdumpercliグローバル実行可能ファイル
lldb-dapcliグローバル実行可能ファイル
lldb-instrcliグローバル実行可能ファイル
lldb-mcpcliグローバル実行可能ファイル
lldb-servercliグローバル実行可能ファイル
lldb-tblgencliグローバル実行可能ファイル
llicliグローバル実行可能ファイル
lli-child-targetcliグローバル実行可能ファイル
llvm-PerfectShufflecliグローバル実行可能ファイル
llvm-addr2linecliグローバル実行可能ファイル
llvm-arcliグローバル実行可能ファイル
llvm-ascliグローバル実行可能ファイル
llvm-bcanalyzercliグローバル実行可能ファイル
llvm-bitcode-stripcliグローバル実行可能ファイル
llvm-c-testcliグローバル実行可能ファイル
llvm-cascliグローバル実行可能ファイル
llvm-catcliグローバル実行可能ファイル
llvm-cfi-verifycliグローバル実行可能ファイル
llvm-cgdatacliグローバル実行可能ファイル
llvm-configcliグローバル実行可能ファイル
llvm-covcliグローバル実行可能ファイル
llvm-ctxprof-utilcliグローバル実行可能ファイル
llvm-cvtrescliグローバル実行可能ファイル
llvm-cxxdumpcliグローバル実行可能ファイル
llvm-cxxfiltcliグローバル実行可能ファイル
llvm-cxxmapcliグローバル実行可能ファイル
llvm-debuginfo-analyzercliグローバル実行可能ファイル
llvm-debuginfodcliグローバル実行可能ファイル
llvm-debuginfod-findcliグローバル実行可能ファイル
llvm-diffcliグローバル実行可能ファイル
llvm-discliグローバル実行可能ファイル
llvm-dlltoolcliグローバル実行可能ファイル
llvm-dwarfdumpcliグローバル実行可能ファイル
llvm-dwarfutilcliグローバル実行可能ファイル
llvm-dwpcliグローバル実行可能ファイル
llvm-exegesiscliグローバル実行可能ファイル
llvm-extractcliグローバル実行可能ファイル
llvm-gsymutilcliグローバル実行可能ファイル
llvm-ifscliグローバル実行可能ファイル
llvm-install-name-toolcliグローバル実行可能ファイル
llvm-ir2veccliグローバル実行可能ファイル
llvm-jitlinkcliグローバル実行可能ファイル
llvm-jitlink-executorcliグローバル実行可能ファイル
llvm-libcliグローバル実行可能ファイル
llvm-libtool-darwincliグローバル実行可能ファイル
llvm-linkcliグローバル実行可能ファイル
llvm-lipocliグローバル実行可能ファイル
llvm-ltocliグローバル実行可能ファイル
llvm-lto2cliグローバル実行可能ファイル
llvm-mccliグローバル実行可能ファイル
llvm-mcacliグローバル実行可能ファイル
llvm-mlcliグローバル実行可能ファイル
llvm-ml64cliグローバル実行可能ファイル
llvm-modextractcliグローバル実行可能ファイル
llvm-nmcliグローバル実行可能ファイル
llvm-objcopycliグローバル実行可能ファイル
llvm-objdumpcliグローバル実行可能ファイル
llvm-offload-binarycliグローバル実行可能ファイル
llvm-offload-wrappercliグローバル実行可能ファイル
llvm-opt-reportcliグローバル実行可能ファイル
llvm-otoolcliグローバル実行可能ファイル
llvm-pdbutilcliグローバル実行可能ファイル
llvm-profdatacliグローバル実行可能ファイル
llvm-profgencliグローバル実行可能ファイル
llvm-ranlibcliグローバル実行可能ファイル
llvm-rccliグローバル実行可能ファイル
llvm-readelfcliグローバル実行可能ファイル
llvm-readobjcliグローバル実行可能ファイル
llvm-readtapicliグローバル実行可能ファイル
llvm-reducecliグローバル実行可能ファイル
llvm-remarkutilcliグローバル実行可能ファイル
llvm-rtdyldcliグローバル実行可能ファイル
llvm-simcliグローバル実行可能ファイル
llvm-sizecliグローバル実行可能ファイル
llvm-splitcliグローバル実行可能ファイル
llvm-stresscliグローバル実行可能ファイル
llvm-stringscliグローバル実行可能ファイル
llvm-stripcliグローバル実行可能ファイル
llvm-symbolizercliグローバル実行可能ファイル
llvm-tblgencliグローバル実行可能ファイル
llvm-test-mustache-speccliグローバル実行可能ファイル
llvm-tli-checkercliグローバル実行可能ファイル
llvm-undnamecliグローバル実行可能ファイル
llvm-windrescliグローバル実行可能ファイル
llvm-xraycliグローバル実行可能ファイル
mlir-catcliグローバル実行可能ファイル
mlir-linalg-ods-yaml-gencliグローバル実行可能ファイル
mlir-lsp-servercliグローバル実行可能ファイル
mlir-minimal-optcliグローバル実行可能ファイル
mlir-minimal-opt-canonicalizecliグローバル実行可能ファイル
mlir-optcliグローバル実行可能ファイル
mlir-pdllcliグローバル実行可能ファイル
mlir-pdll-lsp-servercliグローバル実行可能ファイル
mlir-querycliグローバル実行可能ファイル
mlir-reducecliグローバル実行可能ファイル
mlir-rewritecliグローバル実行可能ファイル
mlir-runnercliグローバル実行可能ファイル
mlir-tblgencliグローバル実行可能ファイル
mlir-transform-optcliグローバル実行可能ファイル
mlir-translatecliグローバル実行可能ファイル
modularizecliグローバル実行可能ファイル
notcliグローバル実行可能ファイル
nvptx-archcliグローバル実行可能ファイル
obj2yamlcliグローバル実行可能ファイル
offload-archcliグローバル実行可能ファイル
optcliグローバル実行可能ファイル
pp-tracecliグローバル実行可能ファイル
reduce-chunk-listcliグローバル実行可能ファイル
run-clang-tidycliグローバル実行可能ファイル
sancovcliグローバル実行可能ファイル
sanstatscliグローバル実行可能ファイル
scan-buildcliグローバル実行可能ファイル
scan-build-pycliグローバル実行可能ファイル
scan-viewcliグローバル実行可能ファイル
split-filecliグローバル実行可能ファイル
tblgen-lsp-servercliグローバル実行可能ファイル
tblgen-to-irdlcliグローバル実行可能ファイル
verify-uselistordercliグローバル実行可能ファイル
yaml-benchcliグローバル実行可能ファイル
yaml2macho-corecliグローバル実行可能ファイル
yaml2objcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版22.1.8
マネージャ更新日2026-06-25
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/llvm/llvm-project

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:llvm
バージョン22.1.8
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/llvm
ホームページhttps://llvm.org/
リポジトリhttps://github.com/llvm/llvm-project
上流ドキュメントhttps://llvm.org/docs
ライセンスApache-2.0 WITH LLVM-exception
ソースアーカイブhttps://github.com/llvm/llvm-project/releases/download/llvmorg-22.1.8/llvm-project-22.1.8.src.tar.xz
最終更新2026-06-25T13:37:48+02:00
Pulseupdated
依存関係python@3.14, xz, z3, zstd
ビルド依存関係cmake, ninja, swig
macOS 提供ライブラリlibedit, libffi, ncurses
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install定義済み
サービス宣言なし
注意点CLANG_CONFIG_FILE_SYSTEM_DIR: $HOMEBREW_PREFIX/etc/clang CLANG_CONFIG_FILE_USER_DIR: ~/.config/clang LLD is now provided in a separate formula: brew install lld Using `clang`, `clang++`, etc., requires a CLT installation at `/Library/Developer/CommandLineTools`. If you don't want to install the CLT, you can write appropriate configuration files pointing to your SDK at ~/.config/clang. To use the bundled libunwind please use the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm/lib/unwind -lunwind" To use the bundled libc++ please use the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm/lib/c++ -L$HOMEBREW_PREFIX/opt/llvm/lib/unwind -lunwind" Features newer than system libc++ will require the following define to enable (support for this may be removed in a future major LLVM release): CPPFLAGS="-D_LIBCPP_DISABLE_AVAILABILITY" NOTE: You probably want to use the libunwind and libc++ provided by macOS unless you know what you're doing.

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namellvm
Aliases
  • llvm@22
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

llvm 1:19.0-63

Modular compiler and toolchain technologies

sudo apt install llvm
  • Section: devel
  • Architecture: amd64
  • Source Package: llvm-defaults
  • 2 依存関係
  • normalized package name match
  • 一致条件: Llvm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: llvm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

llvm

nix profile install nixpkgs#llvm
  • normalized package name match
  • 一致条件: Llvm
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: llvm from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

llvm 1:18.0-59~exp2

Low-Level Virtual Machine (LLVM)

sudo apt install llvm
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: llvm-defaults
  • 2 依存関係
  • normalized package name match
  • 一致条件: Llvm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: llvm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

llvm 22-r0

Low Level Virtual Machine compiler system, default version.

https://llvm.org/

sudo apk add llvm
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-dev 22-r0

Low Level Virtual Machine compiler system, default version.

https://llvm.org/

sudo apk add llvm-dev
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-gtest 22-r0

LLVM default gtest static libraries

https://llvm.org/

sudo apk add llvm-gtest
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-gtest from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-libs 22-r0

LLVM 22 runtime library

https://llvm.org/

sudo apk add llvm-libs
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-linker-tools 22-r0

Low Level Virtual Machine compiler system, default version. (linker plugins)

https://llvm.org/

sudo apk add llvm-linker-tools
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-linker-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-static 22-r0

LLVM 22 static libraries

https://llvm.org/

sudo apk add llvm-static
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

llvm-test-utils 22-r0

LLVM utilities for executing LLVM and Clang style test suites

https://llvm.org/

sudo apk add llvm-test-utils
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: llvm
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Llvm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: llvm-test-utils from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

clang 22.1.7-1.fc45

A C language family front-end for LLVM

http://llvm.org

sudo dnf install clang
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 9 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-analyzer 22.1.7-1.fc45

A source code analysis framework

http://llvm.org

sudo dnf install clang-analyzer
  • License: Apache-2.0 WITH LLVM-exception OR NCSA OR MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: llvm
  • 5 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-analyzer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-devel 22.1.7-1.fc45

Development header files for clang

http://llvm.org

sudo dnf install clang-devel
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 13 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-libs 22.1.7-1.fc45

Runtime library for clang

http://llvm.org

sudo dnf install clang-libs
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 9 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-resource-filesystem 22.1.7-1.fc45

Filesystem package that owns the clang resource directory

http://llvm.org

sudo dnf install clang-resource-filesystem
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 2 提供
  • normalized package name match
  • 一致条件: Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-resource-filesystem from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

clang-tools-extra 22.1.7-1.fc45

Extra tools for clang

http://llvm.org

sudo dnf install clang-tools-extra
  • License: Apache-2.0 WITH LLVM-exception OR NCSA
  • Category: Unspecified
  • Architecture: i686
  • Source Package: llvm
  • 13 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Llvm
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clang-tools-extra from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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