22 lines
655 B
XML
22 lines
655 B
XML
<?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: <https://developers.google.com/accounts/docs/OAuth2WebServer>
|
|
|
|
* weibo oauth2: <http://open.weibo.com/wiki/Oauth2>
|
|
|
|
* github oauth: <https://developer.github.com/v3/oauth/>
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">freizl/hoauth2</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|