tevent 0.13.0
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.
- Website: https://tevent.samba.org/
- Licenses: LGPL 3+
- Package source: gnu/packages/samba.scm
- Builds: See build status
- Issues: See known issues
Installation
Install tevent 0.13.0
as follows:
guix install tevent@0.13.0
Or install the latest version:
guix install tevent
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.