mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-05 00:07:38 -08:00
19 lines
720 B
XML
19 lines
720 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Backend compiler for high-level typed code with first-class support
|
|
for multi-dimensional arrays, list tuples and dicts. High-level
|
|
operations are optimized and must be lowered to a runtime
|
|
implementation. Provided runtime implementations are in place for
|
|
memory management and garbage collection, exceptions and threads.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">pykit/pykit</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|