summaryrefslogtreecommitdiff
path: root/dev-python/llvmlite/metadata.xml
blob: ad8640f605a50e56781f609e93c47b3f063c6230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>llvm@gentoo.org</email>
 </maintainer>
 <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>
 <origin>gentoo-staging</origin>
</pkgmetadata>