llvmlite 0.38.0~rc1-1 source package in Ubuntu

Changelog

llvmlite (0.38.0~rc1-1) unstable; urgency=medium

  * New upstream version 0.38.0~rc1 (Closes: #1000178)

 -- Mo Zhou <email address hidden>  Mon, 03 Jan 2022 10:51:57 -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.38.0~rc1-1.dsc 2.2 KiB 39a7ba0d26bbfc826148f88e02f45591ec5aac259c896537ff60fa9901b036dd
llvmlite_0.38.0~rc1.orig.tar.xz 178.0 KiB b316c2c68433a96e2b40c11b64ff4af54b00776a93e11066529bc7462ade99c2
llvmlite_0.38.0~rc1-1.debian.tar.xz 6.1 KiB c7a9052c71bb2cd1c5aef8ca0e24fe0b9c95caccab54c6f7026776ca558aeb75

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