blob: b0d232fcbacca97b2d28f34ef58be621eb3671d8 (
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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
Haskell OAuth2 authentication.
Tested following services
* google web oauth: <https://developers.google.com/accounts/docs/OAuth2WebServer>
* weibo oauth2: <http://open.weibo.com/wiki/Oauth2>
* github oauth: <http://developer.github.com/v3/oauth/>
</longdescription>
<upstream>
<remote-id type="github">freizl/hoauth2</remote-id>
</upstream>
</pkgmetadata>
|