summaryrefslogtreecommitdiff
blob: 409b57ebc71370068207841b42c024f179dd5f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>
		Haskell OAuth2 authentication.
		
		Tested following services
		
		* google web oauth: &lt;https://developers.google.com/accounts/docs/OAuth2WebServer&gt;
		
		* weibo oauth2: &lt;http://open.weibo.com/wiki/Oauth2&gt;
		
		* github oauth: &lt;https://developer.github.com/v3/oauth/&gt;
	</longdescription>
	<upstream>
		<remote-id type="github">freizl/hoauth2</remote-id>
	</upstream>
</pkgmetadata>