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
|
Source: ykclient
Priority: optional
Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
Uploaders: Tollef Fog Heen <tfheen@debian.org>, Simon Josefsson <simon@josefsson.org>, Klas Lindfors <klas@yubico.com>, Dain Nilsson <dain@yubico.com>
Build-Depends: debhelper (>= 11), libcurl4-gnutls-dev | libcurl4-openssl-dev, chrpath, help2man, pkg-config
Standards-Version: 4.2.1
Section: libs
Homepage: https://developers.yubico.com/yubico-c-client/
Vcs-Browser: https://salsa.debian.org/auth-team/ykclient
Vcs-Git: https://salsa.debian.org/auth-team/ykclient.git
Package: libykclient3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Yubikey client library runtime
Yubikeys are USB tokens that act like keyboards and generate one-time
passwords (OTPs). The tokens are produced and sold by Yubico.
.
This library is used for talking to an online validation server such
as yubikey-server-c, yubikey-server-php or yubikey-server-j.
.
This package contains the runtime library.
Package: libykclient-dev
Section: libdevel
Architecture: any
Depends: libykclient3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Yubikey client library development files
YubiKeys are USB tokens that act like keyboards and generate one-time
passwords (OTPs). The tokens are produced and sold by Yubico.
.
This library is used for talking to an online validation server such
as yubikey-server-c, yubikey-server-php or yubikey-server-j.
.
This package contains the necessary files for developers, and a
command line tool "ykclient" to perform OTP queries from the shell.
|