4 Star 0 Fork 1

OpenCloudOS Stream/aml

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
aml.spec 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
jeremiazhao 提交于 2023-11-17 12:01 . small fix
Summary: Another Main Loop
Name: aml
Version: 0.3.0
Release: 1%{?dist}
License: ISC and BSD
URL: https://github.com/any1/aml
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc, meson
%description
Event loop handler developed for wayvnc (Wayland VNC server) and
wlvncc (Wayland VNC client) - see https://github.com/any1
.
Goals:
* Portability
* Utility
* Simplicity
.
Non-goals:
* MS Windows (TM) support
* Solving the C10K problem
.
Features:
* File descriptor event handlers
* Timers
* Tickers
* Signal handlers
* Idle dispatch callbacks
* Thread pool
* Interoperability with other event loops
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
This package contains header files for %{name}.
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%files
%license COPYING
%doc README.md
%{_libdir}/lib%{name}.so.0*
%files devel
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/*
%{_includedir}/%{name}.h
%changelog
* Fri Nov 17 2023 Zhao Zhen <jeremiazhao@tencent.com> - 0.3.0-1
- initial
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/aml.git
git@gitee.com:opencloudos-stream/aml.git
opencloudos-stream
aml
aml
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891