1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: llvmlite
Section: python
Priority: optional
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-doc <!nodoc>,
python3:any | python3-all:any,
python3-all-dev,
python3-setuptools,
llvm-19-dev,
llvm-19-doc <!nodoc>,
Build-Depends-Indep:
dh-sequence-sphinxdoc,
python3-sphinx,
python3-sphinx-rtd-theme,
Standards-Version: 4.6.0
Homepage: https://llvmlite.pydata.org/
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvmlite.git
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvmlite/
Package: python3-llvmlite
Architecture: any
Depends:
${python3:Depends},
${llvm:Depends},
${misc:Depends},
${shlibs:Depends}
Suggests:
llvmlite-doc
Description: 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.
Package: llvmlite-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Suggests:
python3-llvmlite
Description: 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.
|