File: control

package info (click to toggle)
php-dropbox 1.0.0-3%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 224 kB
  • ctags: 366
  • sloc: php: 759; xml: 323; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: php-dropbox
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: ownCloud for Debian maintainers <pkg-owncloud-maintainers@lists.alioth.debian.org>,
           David Prévot <taffit@debian.org>
Build-Depends: debhelper (>= 9), pear-channels, pkg-php-tools
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-php/php-dropbox.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-dropbox.git
Homepage: http://www.dropbox-php.com/

Package: php-dropbox
Architecture: all
Depends: php5-json, ${misc:Depends}, ${phppear:Debian-Depends}
Recommends: ${phppear:Debian-Recommends}
Breaks: ${phppear:Debian-Breaks}
Description: Dropbox API library
 PHP SDK that provides access to the Dropbox REST API. The SDK conforms
 to the PSR-0 standard for autoloading interoperability.
 .
 The Dropbox API class is the main class to interact with the Dropbox
 API. It has all the convenience methods to access and modify Dropbox
 information.