summaryrefslogtreecommitdiff
blob: 3f1368b5d4f11efd99d169b5ec1d1022b5f98dd0 (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>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		The zip-archive library provides functions for creating, modifying,
		and extracting files from zip archives.
	</longdescription>
	<use>
		<flag name="executable">Build the Zip executable.</flag>
	</use>
	<upstream>
		<remote-id type="github">jgm/zip-archive</remote-id>
	</upstream>
</pkgmetadata>