tevent
Event system library
Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba. The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events.
- Versions: 0.13.0
- Website: https://tevent.samba.org/
- Licenses: LGPL 3+
- Package source: gnu/packages/samba.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of tevent
as follows:
guix install tevent
Or install a particular version:
guix install tevent@0.13.0
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 tevent about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/tevent'><img src='https://packages.guix.gnu.org/packages/tevent/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/tevent/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/tevent)
Example Org:
[[https://packages.guix.gnu.org/packages/tevent][https://packages.guix.gnu.org/packages/tevent/badges/latest-version.svg]]