llvmlite 0.42.0-1 source package in Ubuntu

Changelog

llvmlite (0.42.0-1) unstable; urgency=medium

  * Upload to unstable.

 -- Mo Zhou <email address hidden>  Wed, 28 Feb 2024 23:02:10 -0500

Upload details

Uploaded by:
LLVM Packaging Team
Uploaded to:
Sid
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-1.dsc 2.2 KiB 8bdefe1ba55b36153a012b78ac1cd4a7e3a4179bf833942369b407765c447b40
llvmlite_0.42.0.orig.tar.xz 183.2 KiB 9f1b076395b9b3cb227fe2ec42d0ab9fc9c6c44bc3e87b9d2250e42d520daa8e
llvmlite_0.42.0-1.debian.tar.xz 7.0 KiB a357b2379dd60214c1c8778dcaef7e82ae51b0018f1e70bda69f90c012a6a64e

Available diffs

No changes file available.

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