summaryrefslogtreecommitdiff
blob: 0160260b356686f848639f6c29884f5e503de58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>common-lisp@gentoo.org</email>
	</maintainer>
	<upstream>
		<maintainer status="active">
			<email>abu@software-lab.de</email>
			<name>Alexander Burger</name>
		</maintainer>
		<bugs-to>mailto:abu@software-lab.de</bugs-to>
		<doc>http://picolisp.com/wiki/?Documentation</doc>
	</upstream>
	<longdescription lang="en">
		A fast and lightweight Lisp interpreter, with a focus on databases.
	</longdescription>
  <use>
	  <flag name="bash-completion">Enable bash-completion support</flag>
	  <flag name="doc">Add extra documentation</flag>
	  <flag name="examples">Install examples</flag>
	  <flag name="src">Install to src</flag>
  </use>
</pkgmetadata>