File: control

package info (click to toggle)
libopkele 2.0-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,944 kB
  • ctags: 998
  • sloc: sh: 9,079; cpp: 5,209; makefile: 179; ansic: 68; xml: 57; sql: 55
file content (25 lines) | stat: -rw-r--r-- 1,051 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
Source: libopkele
Section: libs
Priority: extra
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 5), libstdc++6-4.3-dev, libpcre3-dev, libcurl4-gnutls-dev, libssl-dev, libexpat1-dev, libtidy-dev, libsqlite3-dev, uuid-dev
Standards-Version: 3.8.0
Homepage: http://kin.klever.net/libopkele/

Package: libopkele-dev
Section: libdevel
Architecture: any
Depends: libopkele3, 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: ${shlibs: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.