summaryrefslogtreecommitdiff
blob: f7c660f2d70e266b07d232ed36a109b744e0b622 (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>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		Haskeline provides a user interface for line input in command-line
		programs.  This library is similar in purpose to readline, but since
		it is written in Haskell it is (hopefully) more easily used in other
		Haskell programs.
		
		Haskeline runs both on POSIX-compatible systems and on Windows.
	</longdescription>
	<use>
		<flag name="terminfo">Use the terminfo package for POSIX consoles.</flag>
		<flag name="libiconv">Explicitly link against the libiconv library.</flag>
		<flag name="legacy-encoding">Use legacy iconv encoding for POSIX. This is only intended for testing.</flag>
	</use>
	<upstream>
		<remote-id type="github">judah/haskeline</remote-id>
	</upstream>
</pkgmetadata>