File: control

package info (click to toggle)
liboauth-php 0~svn622-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 104 kB
  • ctags: 255
  • sloc: php: 710; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: liboauth-php
Section: web
Priority: optional
Maintainer: Daniel Watkins <daniel@daniel-watkins.co.uk>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.0
Homepage: http://oauth.net/
Vcs-Bzr: http://bzr.daniel-watkins.co.uk/debian/liboauth-php/

Package: liboauth-php
Architecture: all
Depends: php5 | php5-cli, ${misc:Depends}
Description: PHP library implementing the OAuth secure authentication protocol
 OAuth is a simple way to publish and interact with protected data.  It allows
 the User to grant access to their private resources on one site, to another
 site. While OpenID is all about using a single identity to sign into many
 sites, OAuth is about giving access to your stuff without sharing your identity
 at all.