Automic VaultAutomic Vault

brew

Installer llvm avec Homebrew, apk, chocolatey, apt, dnf, Nix, pacman, zypper, scoop, winget

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install llvm

local Homebrew formula metadata

Linux

Alpine Linux apkvérifié · 92%
sudo apk add llvm

Alpine Linux edge package indexes · llvm · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install llvm

Debian stable package indexes · llvm · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install llvm

Fedora Rawhide package metadata · llvm · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#llvm

nixpkgs package indexes · llvm · Source: raw.githubusercontent.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S llvm

Arch Linux sync databases · llvm · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install llvm

openSUSE Tumbleweed package metadata · llvm · Source: download.opensuse.org

Windows

Chocolateyvérifié · 92%
choco install llvm

Chocolatey community package catalog · llvm · Source: community.chocolatey.org

Scoopvérifié · 92%
scoop install main/llvm

Scoop official bucket manifest trees · bucket/llvm.json · Source: api.github.com

Windows Package Managervérifié · 92%
winget install --id LLVM.LLVM -e

Windows Package Manager source index · LLVM.LLVM · Source: cdn.winget.microsoft.com

aperçu

Résumé du paquet

Next-gen compiler infrastructure

Commandes et alias

  • 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

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

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

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.

Chronologie

  • 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.

posture de sécurité

Niveau de risque : yellow

compiler and toolchain runtime.

Classificateur de risque

risque yellow · confiance élevé · runtime

Pourquoi

  • compiler and toolchain runtime

Signaux

  • override:llvm

Comportement d'installation

  • Homebrew déclare un hook post-install pour cette formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 4 dépendances d’exécution.
  • Les métadonnées de compilation listent 3 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
FileCheckcliexécutable global
UnicodeNameMappingGeneratorcliexécutable global
amdgpu-archcliexécutable global
analyze-buildcliexécutable global
bugpointcliexécutable global
clangcliexécutable global
clang++cliexécutable global
clang-22cliexécutable global
clang-apply-replacementscliexécutable global
clang-change-namespacecliexécutable global
clang-checkcliexécutable global
clang-clcliexécutable global
clang-cppcliexécutable global
clang-doccliexécutable global
clang-extdef-mappingcliexécutable global
clang-include-cleanercliexécutable global
clang-include-fixercliexécutable global
clang-installapicliexécutable global
clang-linker-wrappercliexécutable global
clang-movecliexécutable global
clang-nvlink-wrappercliexécutable global
clang-offload-bundlercliexécutable global
clang-offload-packagercliexécutable global
clang-querycliexécutable global
clang-refactorcliexécutable global
clang-reorder-fieldscliexécutable global
clang-replcliexécutable global
clang-scan-depscliexécutable global
clang-sycl-linkercliexécutable global
clang-tblgencliexécutable global
clang-tidycliexécutable global
clangdcliexécutable global
countcliexécutable global
diagtoolcliexécutable global
dsymutilcliexécutable global
find-all-symbolscliexécutable global
hmaptoolcliexécutable global
intercept-buildcliexécutable global
llccliexécutable global
lldbcliexécutable global
lldb-argdumpercliexécutable global
lldb-dapcliexécutable global
lldb-instrcliexécutable global
lldb-mcpcliexécutable global
lldb-servercliexécutable global
lldb-tblgencliexécutable global
llicliexécutable global
lli-child-targetcliexécutable global
llvm-PerfectShufflecliexécutable global
llvm-addr2linecliexécutable global
llvm-arcliexécutable global
llvm-ascliexécutable global
llvm-bcanalyzercliexécutable global
llvm-bitcode-stripcliexécutable global
llvm-c-testcliexécutable global
llvm-cascliexécutable global
llvm-catcliexécutable global
llvm-cfi-verifycliexécutable global
llvm-cgdatacliexécutable global
llvm-configcliexécutable global
llvm-covcliexécutable global
llvm-ctxprof-utilcliexécutable global
llvm-cvtrescliexécutable global
llvm-cxxdumpcliexécutable global
llvm-cxxfiltcliexécutable global
llvm-cxxmapcliexécutable global
llvm-debuginfo-analyzercliexécutable global
llvm-debuginfodcliexécutable global
llvm-debuginfod-findcliexécutable global
llvm-diffcliexécutable global
llvm-discliexécutable global
llvm-dlltoolcliexécutable global
llvm-dwarfdumpcliexécutable global
llvm-dwarfutilcliexécutable global
llvm-dwpcliexécutable global
llvm-exegesiscliexécutable global
llvm-extractcliexécutable global
llvm-gsymutilcliexécutable global
llvm-ifscliexécutable global
llvm-install-name-toolcliexécutable global
llvm-ir2veccliexécutable global
llvm-jitlinkcliexécutable global
llvm-jitlink-executorcliexécutable global
llvm-libcliexécutable global
llvm-libtool-darwincliexécutable global
llvm-linkcliexécutable global
llvm-lipocliexécutable global
llvm-ltocliexécutable global
llvm-lto2cliexécutable global
llvm-mccliexécutable global
llvm-mcacliexécutable global
llvm-mlcliexécutable global
llvm-ml64cliexécutable global
llvm-modextractcliexécutable global
llvm-nmcliexécutable global
llvm-objcopycliexécutable global
llvm-objdumpcliexécutable global
llvm-offload-binarycliexécutable global
llvm-offload-wrappercliexécutable global
llvm-opt-reportcliexécutable global
llvm-otoolcliexécutable global
llvm-pdbutilcliexécutable global
llvm-profdatacliexécutable global
llvm-profgencliexécutable global
llvm-ranlibcliexécutable global
llvm-rccliexécutable global
llvm-readelfcliexécutable global
llvm-readobjcliexécutable global
llvm-readtapicliexécutable global
llvm-reducecliexécutable global
llvm-remarkutilcliexécutable global
llvm-rtdyldcliexécutable global
llvm-simcliexécutable global
llvm-sizecliexécutable global
llvm-splitcliexécutable global
llvm-stresscliexécutable global
llvm-stringscliexécutable global
llvm-stripcliexécutable global
llvm-symbolizercliexécutable global
llvm-tblgencliexécutable global
llvm-test-mustache-speccliexécutable global
llvm-tli-checkercliexécutable global
llvm-undnamecliexécutable global
llvm-windrescliexécutable global
llvm-xraycliexécutable global
mlir-catcliexécutable global
mlir-linalg-ods-yaml-gencliexécutable global
mlir-lsp-servercliexécutable global
mlir-minimal-optcliexécutable global
mlir-minimal-opt-canonicalizecliexécutable global
mlir-optcliexécutable global
mlir-pdllcliexécutable global
mlir-pdll-lsp-servercliexécutable global
mlir-querycliexécutable global
mlir-reducecliexécutable global
mlir-rewritecliexécutable global
mlir-runnercliexécutable global
mlir-tblgencliexécutable global
mlir-transform-optcliexécutable global
mlir-translatecliexécutable global
modularizecliexécutable global
notcliexécutable global
nvptx-archcliexécutable global
obj2yamlcliexécutable global
offload-archcliexécutable global
optcliexécutable global
pp-tracecliexécutable global
reduce-chunk-listcliexécutable global
run-clang-tidycliexécutable global
sancovcliexécutable global
sanstatscliexécutable global
scan-buildcliexécutable global
scan-build-pycliexécutable global
scan-viewcliexécutable global
split-filecliexécutable global
tblgen-lsp-servercliexécutable global
tblgen-to-irdlcliexécutable global
verify-uselistordercliexécutable global
yaml-benchcliexécutable global
yaml2macho-corecliexécutable global
yaml2objcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire22.1.8
gestionnaire mis à jour2026-06-25
données localesOK
amontnot checked
dernière version détectéenon détecté

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

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:llvm
Version22.1.8
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/llvm
Page d'accueilhttps://llvm.org/
Dépôthttps://github.com/llvm/llvm-project
Docs amonthttps://llvm.org/docs
LicenceApache-2.0 WITH LLVM-exception
Archive sourcehttps://github.com/llvm/llvm-project/releases/download/llvmorg-22.1.8/llvm-project-22.1.8.src.tar.xz
Dernière mise à jour2026-06-25T13:37:48+02:00
Pulseupdated
Dépendancespython@3.14, xz, z3, zstd
Dépendances de compilationcmake, ninja, swig
Bibliothèques fournies par macOSlibedit, libffi, ncurses
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewdéfini
Serviceaucun déclaré
PrécautionsCLANG_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.

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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 Dépendances
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : 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 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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