python313-llvmlite - Lightweight wrapper around basic LLVM functionality
| Website: | http://llvmlite.readthedocs.io |
|---|---|
| License: | BSD-2-Clause AND Apache-2.0 WITH LLVM-exception |
| Vendor: | Alcance Libre, Inc. |
- Description:
llvmlite is a project originally tailored for Numba’s needs, using the following approach: * A small C wrapper around the parts of the LLVM C++ API we need that are not already exposed by the LLVM C API. * A ctypes Python wrapper around the C API. * A pure Python implementation of the subset of the LLVM IR builder that we need for Numba.
Packages
| python313-llvmlite-0.46.0-1.aldos.src [193 KiB] |
Changelog
by Joel Barrios (2026-02-06):
- Update to 0.46.0. |