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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: liboauth2
Section: devel
Priority: optional
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Uploaders: Nicolas Mora <babelouest@debian.org>
Build-Depends: debhelper-compat (= 13)
, apache2-dev
, pkg-config
, libjansson-dev
, libssl-dev
, libcurl4-openssl-dev
, libcjose-dev
, check
, libmemcached-dev
, libhiredis-dev
Standards-Version: 4.5.1
Homepage: https://github.com/zmartzone/liboauth2
Vcs-Browser: https://salsa.debian.org/debian-iot-team/oauth2/liboauth2
Vcs-Git: https://salsa.debian.org/debian-iot-team/oauth2/liboauth2.git
Rules-Requires-Root: no
Package: liboauth2-0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generic oauth2 and OIDC library
Generic library that can be used to build OAuth 2.0 and OpenID Connect
C-based servers and clients e.g. web-server plugins.
.
This package contains the files necessary for running applications that use
the liboauth2 library.
Package: liboauth2-apache0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generic oauth2 and OIDC library (apache2 bindings)
Generic library that can be used to build OAuth 2.0 and OpenID Connect
C-based servers and clients e.g. web-server plugins.
.
This package contains the files necessary for running applications that use
apache2 bindings.
Package: liboauth2-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liboauth2-0 (= ${binary:Version}), ${misc:Depends}
, libjansson-dev
, libssl-dev
, libcurl4-openssl-dev
, libcjose-dev
, libmemcached-dev
, libhiredis-dev
Description: Generic oauth2 and OIDC library (development)
Generic library that can be used to build OAuth 2.0 and OpenID Connect
C-based servers and clients e.g. web-server plugins.
.
This package contains the development files necessary for running applications
that use the liboauth2 library.
Package: liboauth2-apache-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liboauth2-apache0 (= ${binary:Version})
, liboauth2-dev (= ${binary:Version})
, ${misc:Depends}
, apache2-dev
Description: Generic oauth2 and OIDC library (apache2 bindings development)
Generic library that can be used to build OAuth 2.0 and OpenID Connect
C-based servers and clients e.g. web-server plugins.
.
This package contains the development files necessary for apache2 bindings.
|