[ 源代码: tevent ]
软件包:libtevent0(0.14.1-1)
libtevent0 的相关链接
Debian 的资源:
下载源码包 tevent:
维护小组:
- Debian Samba Maintainers (QA 页面, 邮件存档)
- Jelmer Vernooij (QA 页面)
- Mathieu Parent (QA 页面)
- Michael Tokarev (QA 页面)
外部的资源:
- 主页 [tevent.samba.org]
相似软件包:
talloc-based event loop library - shared library
tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals.
Talloc is used for memory management, both internally and for private data provided by users of the library.
This package provides the shared library file.
其他与 libtevent0 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libtalloc2 (>= 2.4.0~)
- hierarchical pool based memory allocator