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.
|