llvmlite 0.40.1-1 source package in Ubuntu

Changelog

llvmlite (0.40.1-1) unstable; urgency=medium

  * New upstream version 0.40.1

 -- Mo Zhou <email address hidden>  Sun, 25 Jun 2023 13:34:17 -0700

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
llvmlite_0.40.1-1.dsc 2.2 KiB baab1b7397329d5ef7fa53d713fc5f25b302686e8f4e84eb825ede316bf5699b
llvmlite_0.40.1.orig.tar.xz 160.3 KiB 203505f9a51ab96920dab43f779eb2e255e74d11dfc472872e96b841a4a99ce4
llvmlite_0.40.1-1.debian.tar.xz 6.9 KiB 6b186b5524f90d3ccf2a0f4dc84e27480ba4f4cd6151e45a67dbc16d00d0cd1b

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