summaryrefslogtreecommitdiff
path: root/dev-python/spark-parser/metadata.xml
blob: 475100cb61fd8d3c37fe1f5a4cf3aab36d76e637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>
	<upstream>
		<maintainer>
			<email>rb@dustyfeet.com</email>
			<name>Rocky Bernstein</name>
		</maintainer>
		<remote-id type="pypi">spark_parser</remote-id>
		<remote-id type="github">rocky/python-spark</remote-id>
	</upstream>
	<longdescription>SPARK stands for Scanning, Parsing, and Rewriting Kit.
		It uses Jay Early’s algorithm for parsing context free grammars, and
		comes with some generic Abstract Syntax Tree routines. There is also a
		prototype scanner which does its job by combining Python regular
		expressions.
	</longdescription>
</pkgmetadata>