summaryrefslogtreecommitdiff
blob: 6ada9cd2bc6b5accceaee7619660e77c6201a85e (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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		reCAPTCHA (http://recaptcha.net/) is a service that provides
		captchas for preventing automated spam in web applications.
		recaptcha-hs provides functions for using reCAPTCHA in Haskell
		web applications.
	</longdescription>
	<use>
		<flag name="network-uri">Get Network.URI from the network-uri package.</flag>
	</use>
	<upstream>
		<remote-id type="github">jgm/recaptcha</remote-id>
	</upstream>
</pkgmetadata>