[ 原始碼: llvmlite ]
套件:llvmlite-doc(0.43.0-1~exp1)
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
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.
其他與 llvmlite-doc 有關的套件
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.3)
- JavaScript support for Sphinx documentation
-
- dep: sphinx-rtd-theme-common (>= 2.0.0+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- sug: python3-llvmlite
- LLVM Python 3 binding for writing JIT compilers