Sun, 01 Feb 2026 14:45:46 CST | login

Information for build ghc-text-short-0.1.5-1.ocs23

ID7666
Package Nameghc-text-short
Version0.1.5
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ghc-text-short.git?.#c42cd714d32b67685a55347e6d3e07142a327f2f
SummaryMemory-efficient representation of Unicode text strings
DescriptionThis package provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to how 'ShortByteString' relates to 'ByteString'. The main difference between 'Text' and 'ShortText' is that 'ShortText' uses UTF-8 instead of UTF-16 internally and also doesn't support zero-copy slicing (thereby saving 2 words). Consequently, the memory footprint of a (boxed) 'ShortText' value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded payload.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 18 Jun 2024 21:32:25 CST
CompletedTue, 18 Jun 2024 21:34:38 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-text-short.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-text-short.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-text-short-0.1.5-1.ocs23.src.rpm (info) (download)
aarch64
ghc-text-short-0.1.5-1.ocs23.aarch64.rpm (info) (download)
ghc-text-short-devel-0.1.5-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-text-short-doc-0.1.5-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-text-short-0.1.5-1.ocs23.x86_64.rpm (info) (download)
ghc-text-short-devel-0.1.5-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.5-1 - initial build