This package browser is in early development. Mind the rough edges.

ykclient

C library to validate one-time-password YubiKeys

YubiKey C Client Library (libykclient) is a C library used to validate a one-time-password (OTP) YubiKey against Yubico’s servers. See the Yubico website for more information about Yubico and the YubiKey.

Installation

Install the latest version of ykclient as follows:

guix install ykclient

Or install a particular version:

guix install ykclient@2.15

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ykclient about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ykclient'><img src='https://packages.guix.gnu.org/packages/ykclient/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ykclient/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ykclient)

Example Org:

[[https://packages.guix.gnu.org/packages/ykclient][https://packages.guix.gnu.org/packages/ykclient/badges/latest-version.svg]]