summaryrefslogtreecommitdiff
blob: a87597a84f2974a1d016f69ceddc650dba120235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>scheme</herd>
	<longdescription lang="en">
	Schemik is a high-level lexically-scoped implicitly-parallel dialect of
	Scheme and Common LISP, this means the parallel execution of programs is
	done independently of the programmer and each program written in Schemik
	always produces the same results no matter which parts of the program are
	executed simultaneously.
</longdescription>
	<upstream>
		<remote-id type="sourceforge">schemik</remote-id>
	</upstream>
</pkgmetadata>