summaryrefslogtreecommitdiff
blob: 5359b276dae66a286e5f6dc15f87855eec0ed5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<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>