[ 源代码: samba ]
软件包:libtevent0t64(2:0.16.2+samba4.22.0~rc1+dfsg-1)
libtevent0t64 的相关链接
Debian 的资源:
下载源码包 samba:
- [samba_4.22.0~rc1+dfsg-1.dsc]
- [samba_4.22.0~rc1+dfsg.orig.tar.xz]
- [samba_4.22.0~rc1+dfsg-1.debian.tar.xz]
维护小组:
- Debian Samba Maintainers (QA 页面, 邮件存档)
- Jelmer Vernooij (QA 页面)
- Mathieu Parent (QA 页面)
- Michael Tokarev (QA 页面)
外部的资源:
- 主页 [www.samba.org]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
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.
其他与 libtevent0t64 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libtalloc2 (>= 2.1.0)
- hierarchical pool based memory allocator