1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: liboauth
Priority: optional
Maintainer: Laurin Hagemann <laurinhg@gmx.de>
Build-Depends: curl,
debhelper-compat (= 13),
libcurl4-gnutls-dev | libcurl4-dev,
libnss3-dev,
libtool,
locales-all | language-pack-en,
pkg-config
Standards-Version: 4.5.0
Section: libs
Homepage: http://liboauth.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/liboauth.git
Vcs-Browser: https://salsa.debian.org/debian/liboauth
Rules-Requires-Root: no
Package: liboauth-dev
Section: libdevel
Architecture: any
Depends: libcurl4-gnutls-dev | libcurl4-dev,
libnss3-dev,
liboauth0 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: C library implementing OAuth Core 1.0a API (development files)
OAuth (Open Authorization) is an authentication protocol that allows
users to approve a client (such as a Twitter third-party app) to act on
their behalf without sharing their password. liboauth provides basic
functions to escape and encode parameters according to the OAuth Core
1.0a API, and offers high-level functions to sign requests or verify
signatures.
.
This package contains the development files.
Package: liboauth0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: C library implementing OAuth Core 1.0a API (runtime)
OAuth (Open Authorization) is an authentication protocol that allows
users to approve a client (such as a Twitter third-party app) to act on
their behalf without sharing their password. liboauth provides basic
functions to escape and encode parameters according to the OAuth Core
1.0a API, and offers high-level functions to sign requests or verify
signatures.
.
This package contains the shared libraries.
|