llvmlite 0.42.0-1build1 source package in Ubuntu

Changelog

llvmlite (0.42.0-1build1) noble; urgency=medium

  * No-change rebuild against libllvm14 t64.

 -- Matthias Klose <email address hidden>  Thu, 14 Mar 2024 20:25:47 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
LLVM Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
llvmlite_0.42.0.orig.tar.xz 183.2 KiB 9f1b076395b9b3cb227fe2ec42d0ab9fc9c6c44bc3e87b9d2250e42d520daa8e
llvmlite_0.42.0-1build1.debian.tar.xz 7.1 KiB 6ace830724eb5d9243689c8ab087fe600305fa77b2e40b6069955311b5488183
llvmlite_0.42.0-1build1.dsc 2.2 KiB 000f82a073117bbf31d922201a6c7b2f2512fce007dacc6bb157373d28dbe9e2

View changes file

Binary packages built by this source

llvmlite-doc: LLVM Python binding for writing JIT compilers (docs)

 llvmlite uses the LLVM library for JIT (just-in-time) compilation of
 Python code into native machine instructions during runtime. Instead
 of exposing large parts of the LLVM C++ API for direct calls into the
 LLVM library, llvmlite follows a lightweight multi-layered approach.
 .
 This package contains the documentation and example code.

python3-llvmlite: LLVM Python 3 binding for writing JIT compilers

 llvmlite uses the LLVM library for JIT (just-in-time) compilation of
 Python code into native machine instructions during runtime. Instead
 of exposing large parts of the LLVM C++ API for direct calls into the
 LLVM library, llvmlite follows a lightweight multi-layered approach.
 .
 This package contains the modules and the binding for Python 3.

python3-llvmlite-dbgsym: debug symbols for python3-llvmlite