File: control

package info (click to toggle)
libopkele 2.0.4-8
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,900 kB
  • ctags: 1,198
  • sloc: sh: 10,137; cpp: 4,879; makefile: 126; xml: 82; ansic: 70; sql: 55
file content (27 lines) | stat: -rw-r--r-- 1,184 bytes parent folder | download
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
Source: libopkele
Section: libs
Priority: extra
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, quilt (>= 0.46-7~), libpcre3-dev, libcurl4-gnutls-dev, libssl-dev, libexpat1-dev, libtidy-dev, libsqlite3-dev, uuid-dev, pkg-config
Standards-Version: 3.9.4
Homepage: http://kin.klever.net/libopkele/

Package: libopkele-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libopkele3 (= ${binary:Version}), libpcre3-dev, libcurl4-gnutls-dev, libssl-dev, libexpat1-dev, libtidy-dev, libsqlite3-dev, uuid-dev
Description: OpenID support library in C++ (development)
 libopkele is a C++ implementation of an OpenID decentralized identity
 system.  It provides OpenID protocol handling, leaving authentication
 and user interaction to the implementor.

Package: libopkele3
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: OpenID support library in C++ (runtime)
 libopkele is a C++ implementation of an OpenID decentralized identity
 system.  It provides OpenID protocol handling, leaving authentication
 and user interaction to the implementor.