blob: 552fa644cbccf384d205a7bcd567f07b20efd6a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<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>
</pkgmetadata>
|