summaryrefslogtreecommitdiff
blob: 71fee92b23b103850026a1545ae8298e904340f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>scheme@gentoo.org</email>
		<name>Gentoo Scheme Project</name>
	</maintainer>
	<longdescription lang="en">
		TinyScheme is a lightweight Scheme interpreter that implements as large
		a subset of R5RS as was possible without getting very large and
		complicated. It is meant to be used as an embedded scripting
		interpreter for other programs. As such, it does not offer IDEs or
		extensive toolkits although it does sport a small top-level loop,
		included conditionally. A lot of functionality in TinyScheme is
		included conditionally, to allow developers freedom in balancing
		features and footprint.
	</longdescription>
	<upstream>
		<remote-id type="sourceforge">tinyscheme</remote-id>
	</upstream>
</pkgmetadata>