Thu, 02 May 2024 21:01:31 UTC | login

Information for build lua-luautf8-0.1.5-1.fc38

ID251690
Package Namelua-luautf8
Version0.1.5
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/lua-luautf8.git#42f77e5c13857b8547e5f8199ff2c53bb3c56551
SummaryA UTF-8 support module for Lua
DescriptionThis module adds UTF-8 support to Lua. It uses data extracted from the [Unicode Character Database](http://www.unicode.org/reports/tr44/), and is tested on Lua 5.2.3, Lua 5.3.0 and LuaJIT. parseucd.lua is a pure Lua script to generate unidata.h, to support conversion of characters and to check the category of a characters. It is compatible with Lua's own string module, and it passes all string and pattern matching tests in the lua test suite. It also add some useful routines for UTF-8 features, including: - a convenient interface to escape Unicode sequences in string. - string insert/remove, since UTF-8 substring extract may expensive. - calculating the Unicode width, which can be useful when implementing a console emulator. - an interface to translate Unicode offset and byte offset.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 02 Jul 2023 12:44:28 UTC
CompletedSun, 02 Jul 2023 16:49:26 UTC
Taskbuild (f38, /rpms/lua-luautf8.git:42f77e5c13857b8547e5f8199ff2c53bb3c56551)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/lua-luautf8.git#42f77e5c13857b8547e5f8199ff2c53bb3c56551'}}
Tags
f38
f39
f40
RPMs
src
lua-luautf8-0.1.5-1.fc38.src.rpm (info) (download)
riscv64
lua-luautf8-0.1.5-1.fc38.riscv64.rpm (info) (download)
lua-luautf8-debuginfo-0.1.5-1.fc38.riscv64.rpm (info) (download)
lua-luautf8-debugsource-0.1.5-1.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Dec 08 2022 Jonny Heggheim <hegjon@gmail.com> - 0.1.5-1 - Updated to version 0.1.5 * Wed Nov 16 2022 Jonny Heggheim <hegjon@gmail.com> - 0.1.4-1 - Initial package