summaryrefslogtreecommitdiff
blob: 2017a87411854018ea5ea6a7959fe1682f9ed2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>scheme@gentoo.org</email>
		<name>Gentoo Scheme Project</name>
	</maintainer>
	<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>