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

libevdev

Wrapper library for evdev devices

libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc.

The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary.

Installation

Install the latest version of libevdev as follows:

guix install libevdev

Or install a particular version:

guix install libevdev@1.13.3

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 libevdev about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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