File: control

package info (click to toggle)
liboauth-php 0~svn1262-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 522
  • sloc: php: 1,591; xml: 12; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 878 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: liboauth-php
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.4
Homepage: http://oauth.net/
Vcs-Git: git://anonscm.debian.org/pkg-php/liboauth-php.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/liboauth-php.git

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.