summaryrefslogtreecommitdiff
blob: 350e9881468c68516550fac18d49db3c3ddd1927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		This package provides portable implementations of parts
		of the unix package. This package re-exports the unix
		package when available. When it isn't available,
		portable implementations are used.
	</longdescription>
	<use>
		<flag name="old-time">build against old-time package</flag>
	</use>
	<upstream>
		<remote-id type="github">jystic/unix-compat</remote-id>
	</upstream>
</pkgmetadata>