_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


mlir 19.1.7
Dependencies: llvm@19.1.7
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://mlir.llvm.org/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Multi-Level Intermediate Representation
Description:

This package is a novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together.

lld 18.1.8
Dependencies: llvm@18.1.8
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://lld.llvm.org/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Linker from the LLVM project
Description:

LLD is a high-performance linker, built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.

llvm 12.0.1
Dependencies: libffi@3.4.6
Propagated dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://www.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: Optimizing compiler infrastructure
Description:

LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 4.0.1. A new front-end for the C family of languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.

clang-runtime 16.0.6
Dependencies: llvm@16.0.6 libffi@3.4.6
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://compiler-rt.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: Runtime library for Clang/LLVM
Description:

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization" passes of the clang compiler. In LLVM this library is called "compiler-rt".

libclc 18.1.8
Propagated dependencies: spirv-llvm-translator@18.1.10 spirv-tools@1.4.321.0
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://libclc.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: Libraries for the OpenCL programming language
Description:

This package provides an implementation of the OpenCL library requirements according to version 1.1 of the OpenCL specification.

clang-toolchain 16.0.6
Dependencies: clang@16.0.6 ld-wrapper@0 binutils@2.44 libomp@16.0.6 glibc@2.41 glibc@2.41 glibc@2.41
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://clang.llvm.org
Licenses: ASL 2.0
Build system: trivial
Synopsis: Complete Clang toolchain for C/C++ development
Description:

This package provides a complete Clang toolchain for C/C++ development to be installed in user profiles. This includes Clang, as well as libc (headers and binaries, plus debugging symbols in the debug output), and Binutils.

wllvm 1.3.1
Dependencies: binutils@2.44 file@5.46
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://github.com/SRI-CSL/whole-program-llvm
Licenses: Expat
Build system: pyproject
Synopsis: Whole Program LLVM
Description:

This package provides a toolkit for building whole-program LLVM bitcode files.

lld-wrapper 14.0.6
Dependencies: ld.lld-wrapper@0 lld-wrapper@0
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://lld.llvm.org/
Licenses: ASL 2.0
Build system: trivial
Synopsis: LLD linker wrapper
Description:

This is a linker wrapper for LLD; like ld-wrapper, it wraps the linker to add any missing -rpath flags, and to detect any misuse of libraries outside of the store.

clang-runtime 12.0.1
Dependencies: llvm@12.0.1
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://compiler-rt.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: Runtime library for Clang/LLVM
Description:

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization" passes of the clang compiler. In LLVM this library is called "compiler-rt".

llvm 14.0.6
Dependencies: libffi@3.4.6
Propagated dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://www.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: Optimizing compiler infrastructure
Description:

LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 4.0.1. A new front-end for the C family of languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.

clang-runtime 14.0.6
Dependencies: llvm@14.0.6
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://compiler-rt.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: Runtime library for Clang/LLVM
Description:

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization" passes of the clang compiler. In LLVM this library is called "compiler-rt".

clang 18.1.8
Dependencies: libxml2@2.14.6 gcc@14.3.0 libffi@3.4.6
Propagated dependencies: llvm@18.1.8 clang-runtime@18.1.8
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://clang.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: C language family frontend for LLVM
Description:

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end, the Clang static analyzer, and several code analysis tools.

lld 12.0.1
Dependencies: llvm@12.0.1
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://lld.llvm.org/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Linker from the LLVM project
Description:

LLD is a high-performance linker, built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.

libomp 13.0.1
Dependencies: hwloc@2.12.2
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://openmp.llvm.org
Licenses: Expat
Build system: cmake
Synopsis: OpenMP run-time support library
Description:

This package provides the run-time support library developed by the LLVM project for the OpenMP multi-theaded programming extension. This package notably provides libgomp.so, which is has a binary interface compatible with that of libgomp, the GNU Offloading and Multi Processing Library.

clang 19.1.7
Dependencies: libxml2@2.14.6 gcc@14.3.0 libffi@3.4.6
Propagated dependencies: llvm@19.1.7 clang-runtime@19.1.7
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://clang.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: C language family frontend for LLVM
Description:

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end, the Clang static analyzer, and several code analysis tools.

python-llvmlite 0.44.0
Dependencies: llvm@15.0.7
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://llvmlite.pydata.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Wrapper around basic LLVM functionality
Description:

This package provides a Python binding to LLVM for use in Numba.

clang 20.1.8
Dependencies: libxml2@2.14.6 gcc@14.3.0 libffi@3.4.6
Propagated dependencies: llvm@20.1.8 clang-runtime@20.1.8
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://clang.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: C language family frontend for LLVM
Description:

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end, the Clang static analyzer, and several code analysis tools.

libomp 16.0.6
Dependencies: hwloc@2.12.2
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://openmp.llvm.org
Licenses: Expat
Build system: cmake
Synopsis: OpenMP run-time support library
Description:

This package provides the run-time support library developed by the LLVM project for the OpenMP multi-theaded programming extension. This package notably provides libgomp.so, which is has a binary interface compatible with that of libgomp, the GNU Offloading and Multi Processing Library.

lld-as-ld-wrapper 18.1.8
Dependencies: ld.lld-wrapper@0 lld-wrapper@0
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://lld.llvm.org/
Licenses: ASL 2.0
Build system: trivial
Synopsis: LLD linker wrapper
Description:

This is a linker wrapper for LLD; like ld-wrapper, it wraps the linker to add any missing -rpath flags, and to detect any misuse of libraries outside of the store.

swift-llvm 5.7.3
Dependencies: libxml2@2.14.6 gcc@14.3.0 gcc@14.3.0 glibc@2.41 libffi@3.4.6
Propagated dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://swift.org/
Licenses: NCSA/University of Illinois Open Source License
Build system: cmake
Synopsis: LLVM for Swift (Apple's fork)
Description:

This is Apple's fork of LLVM with Swift-specific modifications, required to build Swift.

clang 14.0.6
Dependencies: libxml2@2.14.6 gcc@14.3.0 libffi@3.4.6
Propagated dependencies: llvm@14.0.6 clang-runtime@14.0.6
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://clang.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: C language family frontend for LLVM
Description:

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end, the Clang static analyzer, and several code analysis tools.

mlir 15.0.7
Dependencies: llvm@15.0.7
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://mlir.llvm.org/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Multi-Level Intermediate Representation
Description:

This package is a novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together.

llvm 17.0.6
Dependencies: libffi@3.4.6
Propagated dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://www.llvm.org
Licenses: ASL 2.0
Build system: cmake
Synopsis: Optimizing compiler infrastructure
Description:

LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 4.0.1. A new front-end for the C family of languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.

lld-as-ld-wrapper 14.0.6
Dependencies: ld.lld-wrapper@0 lld-wrapper@0
Channel: guix
Location: gnu/packages/llvm.scm (gnu packages llvm)
Home page: https://lld.llvm.org/
Licenses: ASL 2.0
Build system: trivial
Synopsis: LLD linker wrapper
Description:

This is a linker wrapper for LLD; like ld-wrapper, it wraps the linker to add any missing -rpath flags, and to detect any misuse of libraries outside of the store.

Total packages: 69270