summaryrefslogtreecommitdiff
blob: c234199cc9a34ff3f9df411f7953516200fea0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		The HTTP package supports client-side web programming in Haskell. It lets you set up
		HTTP connections, transmitting requests and processing the responses coming back, all
		from within the comforts of Haskell. It's dependent on the network package to operate,
		but other than that, the implementation is all written in Haskell.
	</longdescription>
</pkgmetadata>