gentoo/dev-python/llvmlite/metadata.xml
Sébastien Fabbro df761291cf
dev-python/llvmlite: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
2017-01-07 01:00:55 +00:00

19 lines
711 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>
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.
</longdescription>
<upstream>
<remote-id type="pypi">llvmlite</remote-id>
<remote-id type="github">numba/llvmlite</remote-id>
</upstream>
</pkgmetadata>